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

References

tools/clang/lib/Sema/SemaTemplate.cpp
  780       Note = diag::note_explicit_instantiation_here;
  786       Note = diag::note_member_declared_at;
  793       Note = diag::note_explicit_instantiation_here;
  798       Note = diag::note_template_decl_here;
  811       Note = diag::note_explicit_instantiation_here;
  814   if (Note) // Diagnostics were emitted.
  815     Diag(Pattern->getLocation(), Note.getValue());