|
Eclipse CDT 7.0 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
op_alignOf
is used for __alignOf( typeId ) type
expressions.
op_cast
represents a traditional cast.
op_const_cast
is used for const_cast<>'s.
op_dynamic_cast
is used for dynamic_cast<>'s.
IASTBinaryExpression
, to avoid
duplicate usage of the same constant.
op_last
is for subinterfaces to extend.
IASTTypeIdExpression
IASTUnaryExpression
IASTBinaryExpression
to avoid
using a constant twice.
IASTTypeIdExpression
op_last
for subinterfaces
op_max
represents >?
op_min
represents
op_pmarrow
pointer-to-member pointer dereference.
op_pmdot
pointer-to-member field dereference.
op_sizeof
sizeof (typeId) expression
op_sizeofParameterPack
is used for sizeof... ( typeid ) expressions.
op_static_cast
is used for static_cast<>'s.
op_throw
throw exp
op_typeid
= typeid( exp )
op_typeof
is used for typeof( typeId ) type expressions.
OPERAND
is the expression representing the pointer being
deleted.
OPERAND
represents the relationship between an ICPPASTTypeTransformationSpecifier
and
its nested IASTTypeId
.
OPERAND
represents the relationship between a cast
expression and the expression it is casting (operand).
OPERAND
represents the relationship between an IASTUnaryExpression
and
it's nested IASTExpression
.
IASTBinaryExpression
and an IASTExpression
representing the lhs.
IASTBinaryExpression
and an IASTExpression
representing the rhs.
ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService)
Marks the ast as being based on a source-file rather than a header-file.
ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService)
Performance optimization, allows the parser not to create image-locations.
ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService)
Instructs the parser to create ast nodes for inactive code branches, if possible.
ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService)
Instructs the parser to skip function and method bodies.
ILanguage.getASTTranslationUnit(FileContent, IScannerInfo, IncludeFileContentProvider, IIndex, int, IParserLogService)
Allows the parser not to create ast nodes for expressions within aggregate initializers
when they do not contain names.
OWNED_DECLARATION
represents the role of the inner
declaration that this template refers to.
OWNED_DECLARATION
is the owned declaration role for
linkages.
OWNED_DECLARATION
is the role served by all the nested
declarations.
OWNED_DECLARATION
is the subdeclaration that we maintain
grammatically.
OWNED_DECLARATION
represents the relationship between an IASTTranslationUnit
and its nested IASTDeclaration
's.
|
Eclipse CDT 7.0 |
|||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |