Searched refs:NoteOverloadCandidate (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 11000 void Sema::NoteOverloadCandidate(const NamedDecl *Found, const FunctionDecl *Fn, in NoteOverloadCandidate() function in Sema 11089 NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), CRK_None, DestType, in NoteAllOverloadCandidates() 11093 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates() 11113 S.NoteOverloadCandidate(I->first, I->second); in DiagnoseAmbiguousConversion() 11957 S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->getRewriteKind()); in NoteFunctionCandidate() 12001 return S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->getRewriteKind()); in NoteFunctionCandidate() 12012 return S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->getRewriteKind()); in NoteFunctionCandidate() 13091 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()
|
| H A D | SemaLookup.cpp | 3722 NoteOverloadCandidate(D, D->getUnderlyingDecl()->getAsFunction()); in LookupLiteralOperator()
|
| H A D | SemaTemplate.cpp | 8898 NoteOverloadCandidate(OldND, OldFD, CRK_None, FD->getType(), false); in CheckFunctionTemplateSpecialization()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10377 void NoteOverloadCandidate(
|