Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Basic/
DOperatorKinds.h27 NUM_OVERLOADED_OPERATORS enumerator
/external/llvm-project/clang/include/clang/Basic/
DOperatorKinds.h26 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/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DNameSearchContext.cpp118 clang::OverloadedOperatorKind op_kind = clang::NUM_OVERLOADED_OPERATORS; in AddFunDecl()
/external/llvm-project/clang/lib/AST/
DDeclarationName.cpp290 for (unsigned Op = 0; Op < NUM_OVERLOADED_OPERATORS; ++Op) in DeclarationNameTable()
DStmtProfile.cpp1478 case NUM_OVERLOADED_OPERATORS: in DecodeOperatorCall()
DMicrosoftMangle.cpp1358 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
DItaniumMangle.cpp2332 case NUM_OVERLOADED_OPERATORS: in mangleOperatorName()
/external/llvm-project/clang/include/clang/AST/
DDeclarationName.h590 detail::CXXOperatorIdName CXXOperatorNames[NUM_OVERLOADED_OPERATORS];
/external/clang/lib/Basic/
DIdentifierTable.cpp640 case NUM_OVERLOADED_OPERATORS: in getOperatorSpelling()
/external/llvm-project/clang/lib/Basic/
DIdentifierTable.cpp697 case NUM_OVERLOADED_OPERATORS: in getOperatorSpelling()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp410 .Default(clang::NUM_OVERLOADED_OPERATORS); in IsOperator()
413 if (op_kind != clang::NUM_OVERLOADED_OPERATORS) in IsOperator()
436 .Default(clang::NUM_OVERLOADED_OPERATORS); in IsOperator()
1973 clang::OverloadedOperatorKind op_kind = clang::NUM_OVERLOADED_OPERATORS; in GetDeclarationName()
1974 if (!IsOperator(name, op_kind) || op_kind == clang::NUM_OVERLOADED_OPERATORS) in GetDeclarationName()
7455 clang::OverloadedOperatorKind op_kind = clang::NUM_OVERLOADED_OPERATORS; in AddMethodToCXXRecordType()
7458 if (op_kind != clang::NUM_OVERLOADED_OPERATORS) { in AddMethodToCXXRecordType()
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp238 case NUM_OVERLOADED_OPERATORS: in getOperatorNodeKind()
/external/clang/lib/Serialization/
DASTWriter.cpp3488 assert(Name.getOperatorKind() < NUM_OVERLOADED_OPERATORS && in EmitKey()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp3626 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()
DSemaDeclCXX.cpp11838 static const bool OperatorUses[NUM_OVERLOADED_OPERATORS][3] = { in CheckOverloadedOperatorDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp3153 case NUM_OVERLOADED_OPERATORS: in AddTypedNameChunk()

12