Home
last modified time | relevance | path

Searched refs:hadMultipleCandidates (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtPrinter.cpp1157 if (!Node->hadMultipleCandidates()) in VisitDeclRefExpr()
1580 if (!Node->hadMultipleCandidates()) in VisitMemberExpr()
1998 if (!DRE->hadMultipleCandidates()) in VisitUserDefinedLiteral()
H A DJSONNodeDumper.cpp1369 attributeOnlyIfTrue("hadMultipleCandidates", CE->hadMultipleCandidates()); in VisitCXXConstructExpr()
H A DASTImporter.cpp6935 if (E->hadMultipleCandidates()) in VisitDeclRefExpr()
7603 ToParenOrBraceRange, E->hadMultipleCandidates(), in VisitCXXTemporaryObjectExpr()
7750 E->isElidable(), ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp610 Record.push_back(E->hadMultipleCandidates()); in VisitDeclRefExpr()
911 Record.push_back(E->hadMultipleCandidates()); in VisitMemberExpr()
1595 Record.push_back(E->hadMultipleCandidates()); in VisitCXXConstructExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1408 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
3368 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
H A DExprCXX.h1543 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjC.cpp3836 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp12416 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } in hadMultipleCandidates() function in __anon85f2cfc11d11::AddressOfFunctionResolver
12483 *pHadMultipleCandidates = Resolver.hadMultipleCandidates(); in ResolveAddressOfOverloadedFunction()
H A DTreeTransform.h12874 E->hadMultipleCandidates(), E->isListInitialization(), in TransformCXXConstructExpr()