Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp11656 static bool checkAddressOfCandidateIsAvailable(Sema &S, in checkAddressOfCandidateIsAvailable() function
11696 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
12041 if (TakingCandidateAddress && !checkAddressOfCandidateIsAvailable(S, Fn)) in DiagnoseBadConversion()
12432 !checkAddressOfCandidateIsAvailable(S, cast<FunctionDecl>(Templated))) in DiagnoseBadDeduction()
12750 bool Available = checkAddressOfCandidateIsAvailable(S, Fn); in NoteFunctionCandidate()