Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOverload.cpp8978 static bool checkAddressOfCandidateIsAvailable(Sema &S, in checkAddressOfCandidateIsAvailable() function
8996 if (TakingAddress && !checkAddressOfCandidateIsAvailable(*this, Fn)) in NoteOverloadCandidate()
9273 !checkAddressOfCandidateIsAvailable(S, Cand->Function)) in DiagnoseBadConversion()
9573 !checkAddressOfCandidateIsAvailable(S, cast<FunctionDecl>(Templated))) in DiagnoseBadDeduction()
9750 bool Available = checkAddressOfCandidateIsAvailable(S, Cand->Function); in NoteFunctionCandidate()