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

  /external/clang/lib/AST/
DeclarationName.cpp 337 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];
339 CXXOperatorNames[Op].ExtraKindOrNumArgs
341 CXXOperatorNames[Op].FETokenInfo = 0;
417 return DeclarationName(&CXXOperatorNames[(unsigned)Op]);
  /external/clang/include/clang/AST/
DeclarationName.h 342 CXXOperatorIdName *CXXOperatorNames; // Operator names
  /external/clang/lib/Basic/
IdentifierTable.cpp 182 if (LangOpts.CXXOperatorNames) \
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 139 milliseconds