Searched refs:CXXOperatorIdName (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclarationName.h27 class CXXOperatorIdName;
124 CXXOperatorIdName *getAsCXXOperatorIdName() const {
126 return reinterpret_cast<CXXOperatorIdName *>(Ptr & ~PtrMask);
146 DeclarationName(CXXOperatorIdName *Name)
343 CXXOperatorIdName *CXXOperatorNames; // Operator names
344 void *CXXLiteralOperatorNames; // Actually a CXXOperatorIdName*
/external/clang/lib/AST/
H A DDeclarationName.cpp47 /// CXXOperatorIdName - Contains extra information for the name of an
49 class CXXOperatorIdName : public DeclarationNameExtra { class in namespace:clang
263 if (CXXOperatorIdName *CXXOp = getAsCXXOperatorIdName()) {
345 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];

Completed in 1114 milliseconds