Searched refs:CRK_None (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 91 CRK_None = 0x0, enumerator 1003 RewriteKind(CRK_None) {} in OverloadCandidate() 1078 OverloadCandidateRewriteKind CRK = CRK_None; in getRewriteKind()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 11089 NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), CRK_None, DestType, in NoteAllOverloadCandidates() 11093 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates() 11431 ClassifyOverloadCandidate(S, Found, Fn, CRK_None, Description); in DiagnoseArityMismatch() 13091 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound() 14759 if (Best->RewriteKind != CRK_None) in CreateOverloadedBinOp()
|
H A D | SemaTemplate.cpp | 8898 NoteOverloadCandidate(OldND, OldFD, CRK_None, FD->getType(), false); in CheckFunctionTemplateSpecialization()
|