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 27 class CXXOperatorIdName;
115 CXXOperatorIdName *getAsCXXOperatorIdName() const {
117 return reinterpret_cast<CXXOperatorIdName *>(Ptr & ~PtrMask);
137 DeclarationName(CXXOperatorIdName *Name)
320 CXXOperatorIdName *CXXOperatorNames; // Operator names
321 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 {
289 if (CXXOperatorIdName *CXXOp = getAsCXXOperatorIdName()) {
390 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];

Completed in 25 milliseconds