Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriterStmt.cpp379 Record.push_back(E->hadMultipleCandidates()); in VisitDeclRefExpr()
587 Record.push_back(E->hadMultipleCandidates()); in VisitMemberExpr()
1214 Record.push_back(E->hadMultipleCandidates()); in VisitCXXConstructExpr()
/external/clang/include/clang/AST/
DExpr.h1129 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
2530 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
DExprCXX.h1236 bool hadMultipleCandidates() const { return HadMultipleCandidates; } in hadMultipleCandidates() function
/external/clang/lib/CodeGen/
DCGObjC.cpp3318 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/lib/AST/
DASTImporter.cpp5406 if (E->hadMultipleCandidates()) in VisitDeclRefExpr()
5832 ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
/external/clang/lib/Sema/
DSemaOverload.cpp10648 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } in hadMultipleCandidates() function in __anon3a52d03c0d11::AddressOfFunctionResolver
10713 *pHadMultipleCandidates = Resolver.hadMultipleCandidates(); in ResolveAddressOfOverloadedFunction()
DTreeTransform.h10051 E->hadMultipleCandidates(), in TransformCXXConstructExpr()