Interface | Description |
---|---|
ICPPASTAttributeSpecifier |
Represents a C++11 (ISO/IEC 14882:2011 7.6.1 [dcl.attr.grammar]) attribute specifier.
|
ICPPParserExtensionConfiguration |
C++ parser extension configuration interface.
|
Class | Description |
---|---|
AbstractCPPParserExtensionConfiguration |
Abstract C++ parser extension configuration to help model C++ dialects.
|
ANSICPPParserExtensionConfiguration | |
GPPParserExtensionConfiguration |
Configures the parser for c++-sources as accepted by g++.
|
GPPScannerExtensionConfiguration |
Configures the preprocessor for c++-sources as accepted by g++.
|
POPCPPParserExtensionConfiguration |
Configures the parser to accept POP C++,
see Documentation
|
POPCPPScannerExtensionConfiguration |
Configures the preprocessor for parsing POP C++,
see Documentation
|