Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp10214 static bool checkAddressOfCandidateIsAvailable(Sema &S, in checkAddressOfCandidateIsAvailable() function
10254 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
10588 !checkAddressOfCandidateIsAvailable(S, Cand->Function)) in DiagnoseBadConversion()
10950 !checkAddressOfCandidateIsAvailable(S, cast<FunctionDecl>(Templated))) in DiagnoseBadDeduction()
11196 bool Available = checkAddressOfCandidateIsAvailable(S, Cand->Function); in NoteFunctionCandidate()