Searched defs:hadMultipleCandidates (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 1446 bool hadMultipleCandidates() const { in hadMultipleCandidates() function |
H A D | ExprCXX.h | 1620 bool hadMultipleCandidates() const { in hadMultipleCandidates() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaOverload.cpp | 13157 bool hadMultipleCandidates() const { return (OvlExpr->getNumDecls() > 1); } hadMultipleCandidates() function in __anond63fa3842711::AddressOfFunctionResolver |