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