|
clang
5.0.0
|
CXXOperatorIdName - Contains extra information for the name of an overloaded operator in C++, such as "operator+. More...
Public Attributes | |
| void * | FETokenInfo |
| FETokenInfo - Extra information associated with this operator name that can be used by the front end. More... | |
Public Attributes inherited from clang::DeclarationNameExtra | |
| unsigned | ExtraKindOrNumArgs |
| ExtraKindOrNumArgs - Either the kind of C++ special name or operator-id (if the value is one of the CXX* enumerators of ExtraKind), in which case the DeclarationNameExtra is also a CXXSpecialName, (for CXXConstructor, CXXDestructor, or CXXConversionFunction) CXXOperatorIdName, or CXXLiteralOperatorName, it may be also name common to C++ using-directives (CXXUsingDirective), otherwise it is NUM_EXTRA_KINDS+NumArgs, where NumArgs is the number of arguments in the Objective-C selector, in which case the DeclarationNameExtra is also a MultiKeywordSelector. More... | |
Additional Inherited Members | |
Public Types inherited from clang::DeclarationNameExtra | |
| enum | ExtraKind { CXXConstructor = 0, CXXDestructor, CXXConversionFunction, CXXDeductionGuide, CXXLiteralOperator, CXXUsingDirective, NUM_EXTRA_KINDS } |
| ExtraKind - The kind of "extra" information stored in the DeclarationName. More... | |
CXXOperatorIdName - Contains extra information for the name of an overloaded operator in C++, such as "operator+.
Definition at line 65 of file DeclarationName.cpp.
| void* clang::CXXOperatorIdName::FETokenInfo |
FETokenInfo - Extra information associated with this operator name that can be used by the front end.
Definition at line 69 of file DeclarationName.cpp.
Referenced by clang::DeclarationNameTable::DeclarationNameTable(), and clang::DeclarationName::setFETokenInfo().
1.8.6