Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriterStmt.cpp366 Record.push_back(E->hadMultipleCandidates()); in VisitDeclRefExpr()
573 Record.push_back(E->hadMultipleCandidates()); in VisitMemberExpr()
1201 Record.push_back(E->hadMultipleCandidates()); in VisitCXXConstructExpr()
/external/clang/include/clang/AST/
DExpr.h1173 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
2605 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
DExprCXX.h1224 bool hadMultipleCandidates() const { return HadMultipleCandidates; } in hadMultipleCandidates() function
/external/clang/lib/CodeGen/
DCGObjC.cpp3051 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/lib/AST/
DASTImporter.cpp5062 if (E->hadMultipleCandidates()) in VisitDeclRefExpr()
5261 ToArgs, E->hadMultipleCandidates(), in VisitCXXConstructExpr()
/external/clang/lib/Sema/
DSemaOverload.cpp10484 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } in hadMultipleCandidates() function in __anond0aca8740911::AddressOfFunctionResolver
10549 *pHadMultipleCandidates = Resolver.hadMultipleCandidates(); in ResolveAddressOfOverloadedFunction()
DTreeTransform.h9744 E->hadMultipleCandidates(), in TransformCXXConstructExpr()