Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp11049 bool candidateHasExactlyCorrectType(const FunctionDecl *FD) { in candidateHasExactlyCorrectType() function in __anon832832a01811::AddressOfFunctionResolver
11061 return candidateHasExactlyCorrectType(A) && in isBetterCandidate()
11062 (!candidateHasExactlyCorrectType(B) || in isBetterCandidate()
11186 candidateHasExactlyCorrectType(FunDecl)) { in AddMatchingNonTemplateFunction()