Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp346 Record.push_back(E->hadMultipleCandidates()); in VisitDeclRefExpr()
543 Record.push_back(E->hadMultipleCandidates()); in VisitMemberExpr()
1169 Record.push_back(E->hadMultipleCandidates()); in VisitCXXConstructExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1146 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
2568 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
HDExprCXX.h1149 bool hadMultipleCandidates() const { return HadMultipleCandidates; } in hadMultipleCandidates() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp3035 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp5063 if (E->hadMultipleCandidates()) in VisitDeclRefExpr()
5262 ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOverload.cpp10138 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } in hadMultipleCandidates() function in __anon2a79990a0911::AddressOfFunctionResolver
10202 *pHadMultipleCandidates = Resolver.hadMultipleCandidates(); in ResolveAddressOfOverloadedFunction()
HDTreeTransform.h9314 E->hadMultipleCandidates(), in TransformCXXConstructExpr()