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

Declarations

tools/clang/include/clang/Sema/Sema.h
 3177   void NoteOverloadCandidate(

References

tools/clang/lib/Sema/SemaLookup.cpp
 3468       NoteOverloadCandidate(*I, (*I)->getUnderlyingDecl()->getAsFunction());
tools/clang/lib/Sema/SemaOverload.cpp
 9881       NoteOverloadCandidate(*I, FunTmpl->getTemplatedDecl(), CRK_None, DestType,
 9885       NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress);
 9909     S.NoteOverloadCandidate(I->first, I->second);
10635     S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->RewriteKind);
10668     return S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->RewriteKind);
10679     return S.NoteOverloadCandidate(Cand->FoundDecl, Fn, Cand->RewriteKind);
11627             S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType,
tools/clang/lib/Sema/SemaTemplate.cpp
 8492         NoteOverloadCandidate(OldND, OldFD, CRK_None, FD->getType(), false);