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 348 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];
350 CXXOperatorNames[Op].ExtraKindOrNumArgs
352 CXXOperatorNames[Op].FETokenInfo = 0;
413 return DeclarationName(&CXXOperatorNames[(unsigned)Op]);
  /external/clang/include/clang/AST/
DeclarationName.h 334 CXXOperatorIdName *CXXOperatorNames; // Operator names
  /external/clang/lib/Basic/
IdentifierTable.cpp 183 if (LangOpts.CXXOperatorNames) \
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 706 if (!Opts.CXXOperatorNames)
    [all...]

Completed in 1146 milliseconds