Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp9595 static bool checkAddressOfCandidateIsAvailable(Sema &S, in checkAddressOfCandidateIsAvailable() function
9613 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
9889 !checkAddressOfCandidateIsAvailable(S, Cand->Function)) in DiagnoseBadConversion()
10220 !checkAddressOfCandidateIsAvailable(S, cast<FunctionDecl>(Templated))) in DiagnoseBadDeduction()
10424 bool Available = checkAddressOfCandidateIsAvailable(S, Cand->Function); in NoteFunctionCandidate()