Skip to main content

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

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


Back to the top