Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-core-dev] C++ parser, extern

Unfortunately, this appears to be something we missed.  Looking at the
code, isExtern  is never stored on the IASTFunction, so currently there is
no way to get this information for a function in 2.1.

-Andrew

cdt-core-dev-admin@xxxxxxxxxxx wrote on 03/16/2005 10:08:12 AM:

> Hi all,
>
> Using the C++ parser from CDT 2.1, is it possible to determine if a
function
> declaration is "extern"?
> If so, how?
>
> In the API for IASTFunction I see only the methods isInline(),
isFriend(),
> isStatic()...
>
> Regards,
> Philipp Haller
> _______________________________________________
> cdt-core-dev mailing list
> cdt-core-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-core-dev



Back to the top