HomeSort by relevance Sort by last modified time
    Searched refs:CXXOperatorIdName (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclarationName.h 28 class CXXOperatorIdName;
116 CXXOperatorIdName *getAsCXXOperatorIdName() const {
118 return reinterpret_cast<CXXOperatorIdName *>(Ptr & ~PtrMask);
138 DeclarationName(CXXOperatorIdName *Name)
321 CXXOperatorIdName *CXXOperatorNames; // Operator names
322 void *CXXLiteralOperatorNames; // Actually a CXXOperatorIdName*
  /external/clang/lib/AST/
DeclarationName.cpp 47 /// CXXOperatorIdName - Contains extra information for the name of an
49 class CXXOperatorIdName : public DeclarationNameExtra {
292 if (CXXOperatorIdName *CXXOp = getAsCXXOperatorIdName()) {
393 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];

Completed in 160 milliseconds