Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTWriterStmt.cpp349 Record.push_back(E->hadMultipleCandidates()); in VisitDeclRefExpr()
546 Record.push_back(E->hadMultipleCandidates()); in VisitMemberExpr()
1146 Record.push_back(E->hadMultipleCandidates()); in VisitCXXConstructExpr()
/external/clang/include/clang/AST/
DExpr.h1119 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
2532 bool hadMultipleCandidates() const { in hadMultipleCandidates() function
DExprCXX.h1131 bool hadMultipleCandidates() const { return HadMultipleCandidates; } in hadMultipleCandidates() function
/external/clang/lib/CodeGen/
DCGObjC.cpp3019 CXXConstExpr->hadMultipleCandidates(), in GenerateObjCAtomicGetterCopyHelperFunction()
/external/clang/lib/Sema/
DSemaOverload.cpp9574 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } in hadMultipleCandidates() function in clang::AddressOfFunctionResolver
9637 *pHadMultipleCandidates = Resolver.hadMultipleCandidates(); in ResolveAddressOfOverloadedFunction()
DTreeTransform.h8127 E->hadMultipleCandidates(), in TransformCXXConstructExpr()
/external/clang/lib/AST/
DASTImporter.cpp4392 if (E->hadMultipleCandidates()) in VisitDeclRefExpr()