Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Sema/
DOverload.h91 CRK_None = 0x0, enumerator
913 : IsSurrogate(false), IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {} in OverloadCandidate()
980 OverloadCandidateRewriteKind CRK = CRK_None; in getRewriteKind()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp10339 NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), CRK_None, DestType, in NoteAllOverloadCandidates()
10343 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates()
10675 ClassifyOverloadCandidate(S, Found, Fn, CRK_None, Description); in DiagnoseArityMismatch()
12199 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()
13769 if (Best->RewriteKind != CRK_None) in CreateOverloadedBinOp()
DSemaTemplate.cpp9066 NoteOverloadCandidate(OldND, OldFD, CRK_None, FD->getType(), false); in CheckFunctionTemplateSpecialization()