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

  /external/clang/include/clang/Basic/
OperatorKinds.h 26 NUM_OVERLOADED_OPERATORS
  /external/clang/lib/AST/
DeclarationName.cpp 247 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = {
393 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS];
394 for (unsigned Op = 0; Op < NUM_OVERLOADED_OPERATORS; ++Op) {
MicrosoftMangle.cpp 516 case NUM_OVERLOADED_OPERATORS:
    [all...]
StmtProfile.cpp 506 case NUM_OVERLOADED_OPERATORS:
StmtPrinter.cpp 1166 const char *OpStrings[NUM_OVERLOADED_OPERATORS] = {
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 515 case NUM_OVERLOADED_OPERATORS:
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]

Completed in 86 milliseconds