Home
last modified time | relevance | path

Searched refs:NUM_OVERLOADED_OPERATORS (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/Basic/
DOperatorKinds.h27 NUM_OVERLOADED_OPERATORS enumerator
/external/clang/lib/AST/
DDeclarationName.cpp178 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = { in print()
366 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS]; in DeclarationNameTable()
367 for (unsigned Op = 0; Op < NUM_OVERLOADED_OPERATORS; ++Op) { in DeclarationNameTable()
DDeclPrinter.cpp1388 static const char *const OperatorNames[NUM_OVERLOADED_OPERATORS] = { in VisitOMPDeclareReductionDecl()
DStmtProfile.cpp1011 case NUM_OVERLOADED_OPERATORS: in DecodeOperatorCall()
DStmtPrinter.cpp1801 const char *OpStrings[NUM_OVERLOADED_OPERATORS] = { in VisitCXXOperatorCallExpr()
DMicrosoftMangle.cpp1094 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
DItaniumMangle.cpp2074 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
/external/clang/lib/Basic/
DIdentifierTable.cpp640 case NUM_OVERLOADED_OPERATORS: in getOperatorSpelling()
/external/clang/lib/Serialization/
DASTWriter.cpp3488 assert(Name.getOperatorKind() < NUM_OVERLOADED_OPERATORS && in EmitKey()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2518 case NUM_OVERLOADED_OPERATORS: in AddTypedNameChunk()
DSemaOpenMP.cpp9064 case NUM_OVERLOADED_OPERATORS: in ActOnOpenMPReductionClause()
DTreeTransform.h9107 case NUM_OVERLOADED_OPERATORS: in TransformCXXOperatorCallExpr()
DSemaOverload.cpp8303 case NUM_OVERLOADED_OPERATORS: in AddBuiltinOperatorCandidates()
DSemaDeclCXX.cpp11838 static const bool OperatorUses[NUM_OVERLOADED_OPERATORS][3] = { in CheckOverloadedOperatorDeclaration()