reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Overload.h
  882         : IsADLCandidate(CallExpr::NotADL), RewriteKind(CRK_None) {}
  939         OverloadCandidateRewriteKind CRK = CRK_None;
tools/clang/lib/Sema/SemaOverload.cpp
 9881       NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), CRK_None, DestType,
 9885       NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress);
10208       ClassifyOverloadCandidate(S, Found, Fn, CRK_None, Description);
11627             S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType,
13019         if (Best->RewriteKind != CRK_None)
tools/clang/lib/Sema/SemaTemplate.cpp
 8492         NoteOverloadCandidate(OldND, OldFD, CRK_None, FD->getType(), false);