Searched refs:NoteOverloadCandidate (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 9611 void Sema::NoteOverloadCandidate(NamedDecl *Found, FunctionDecl *Fn, in NoteOverloadCandidate() function in Sema 9645 NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), DestType, in NoteAllOverloadCandidates() 9649 NoteOverloadCandidate(*I, Fun, DestType, TakingAddress); in NoteAllOverloadCandidates() 9673 S.NoteOverloadCandidate(I->first, I->second); in DiagnoseAmbiguousConversion() 10366 S.NoteOverloadCandidate(Cand->FoundDecl, Fn); in NoteFunctionCandidate() 10389 return S.NoteOverloadCandidate(Cand->FoundDecl, Fn); in NoteFunctionCandidate() 10400 return S.NoteOverloadCandidate(Cand->FoundDecl, Fn); in NoteFunctionCandidate() 11303 S.NoteOverloadCandidate(*I, Fun, TargetFunctionType, in ComplainNoMatchesFound()
|
| H A D | SemaLookup.cpp | 3241 NoteOverloadCandidate(*I, (*I)->getUnderlyingDecl()->getAsFunction()); in LookupLiteralOperator()
|
| H A D | SemaTemplate.cpp | 8210 NoteOverloadCandidate(OldND, OldFD, FD->getType(), false); in CheckFunctionTemplateSpecialization()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2855 void NoteOverloadCandidate(NamedDecl *Found, FunctionDecl *Fn,
|