Searched refs:NoteOverloadCandidate (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 11693 void Sema::NoteOverloadCandidate(const NamedDecl *Found, const FunctionDecl *Fn, in NoteOverloadCandidate() function in Sema 11782 NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), CRK_None, DestType, in NoteAllOverloadCandidates() 11786 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates() 11806 S.NoteOverloadCandidate(I->first, I->second); in DiagnoseAmbiguousConversion() 12671 S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->getRewriteKind()); in NoteFunctionCandidate() 12715 return S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->getRewriteKind()); in NoteFunctionCandidate() 12726 return S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->getRewriteKind()); in NoteFunctionCandidate() 13839 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()
|
| H A D | SemaLookup.cpp | 3816 NoteOverloadCandidate(D, D->getUnderlyingDecl()->getAsFunction()); in LookupLiteralOperator()
|
| H A D | SemaTemplate.cpp | 9386 NoteOverloadCandidate(OldND, OldFD, CRK_None, FD->getType(), false); in CheckFunctionTemplateSpecialization()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10591 void NoteOverloadCandidate(
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5741 {"_ZN5clang4Sema21NoteOverloadCandidateEPNS_12FunctionDeclE", "clang::Sema::NoteOverloadCandidate(c…
|