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

Declarations

tools/clang/include/clang/Sema/TemplateDeduction.h
  342   void NoteCandidates(Sema &S, SourceLocation Loc);

References

tools/clang/include/clang/Sema/TemplateDeduction.h
  345     const_cast<TemplateSpecCandidateSet *>(this)->NoteCandidates(S, Loc);
tools/clang/lib/Sema/SemaTemplate.cpp
 8494     FailedCandidates.NoteCandidates(*this, FD->getLocation());
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 4975       FailedCandidates.NoteCandidates(*this, Loc);