Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOperatorKinds.h27 NUM_OVERLOADED_OPERATORS enumerator
/external/clang/lib/AST/
DDeclarationName.cpp169 static const char* const OperatorNames[NUM_OVERLOADED_OPERATORS] = { in operator <<()
345 CXXOperatorNames = new (Ctx) CXXOperatorIdName[NUM_OVERLOADED_OPERATORS]; in DeclarationNameTable()
346 for (unsigned Op = 0; Op < NUM_OVERLOADED_OPERATORS; ++Op) { in DeclarationNameTable()
DStmtProfile.cpp897 case NUM_OVERLOADED_OPERATORS: in DecodeOperatorCall()
DStmtPrinter.cpp1673 const char *OpStrings[NUM_OVERLOADED_OPERATORS] = { in VisitCXXOperatorCallExpr()
DMicrosoftMangle.cpp1058 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
DItaniumMangle.cpp1762 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
/external/clang/lib/Basic/
DIdentifierTable.cpp639 case NUM_OVERLOADED_OPERATORS: in getOperatorSpelling()
/external/lldb/source/Symbol/
DClangASTType.cpp4082 op_kind = NUM_OVERLOADED_OPERATORS; in IsOperator()
4610 OverloadedOperatorKind op_kind = NUM_OVERLOADED_OPERATORS; in AddMethodToCXXRecordType()
4614 if (op_kind != NUM_OVERLOADED_OPERATORS) in AddMethodToCXXRecordType()
DClangASTContext.cpp1418 op_kind = NUM_OVERLOADED_OPERATORS; in IsOperator()
/external/clang/lib/Serialization/
DASTWriter.cpp3452 assert(Name.getOperatorKind() < NUM_OVERLOADED_OPERATORS && in EmitKey()
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2506 case NUM_OVERLOADED_OPERATORS: in AddTypedNameChunk()
DSemaOpenMP.cpp7038 case NUM_OVERLOADED_OPERATORS: in ActOnOpenMPReductionClause()
DTreeTransform.h8800 case NUM_OVERLOADED_OPERATORS: in TransformCXXOperatorCallExpr()
DSemaOverload.cpp8255 case NUM_OVERLOADED_OPERATORS: in AddBuiltinOperatorCandidates()
DSemaDeclCXX.cpp11660 static const bool OperatorUses[NUM_OVERLOADED_OPERATORS][3] = { in CheckOverloadedOperatorDeclaration()