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

/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp345 Record.push_back(E->hadMultipleCandidates());
542 Record.push_back(E->hadMultipleCandidates());
1151 Record.push_back(E->hadMultipleCandidates());
/external/clang/include/clang/AST/
H A DExpr.h1137 bool hadMultipleCandidates() const { function in class:clang::DeclRefExpr
2562 bool hadMultipleCandidates() const { function in class:clang::StringLiteral::OffsetOfExpr::MemberExpr
H A DExprCXX.h1133 bool hadMultipleCandidates() const { return HadMultipleCandidates; } function in class:clang::CXXConstructExpr
/external/clang/lib/CodeGen/
H A DCGObjC.cpp3022 CXXConstExpr->hadMultipleCandidates(),
/external/clang/lib/Sema/
H A DSemaOverload.cpp9949 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } function in class:AddressOfFunctionResolver
10012 *pHadMultipleCandidates = Resolver.hadMultipleCandidates();
H A DTreeTransform.h8554 E->hadMultipleCandidates(),
/external/clang/lib/AST/
H A DASTImporter.cpp4379 if (E->hadMultipleCandidates())

Completed in 257 milliseconds