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

References

gen/tools/clang/include/clang/Basic/DiagnosticIndexName.inc
 3398 DIAG_NAME_INDEX(note_entity_declared_at)
tools/clang/lib/Sema/SemaCXXScopeSpec.cpp
  611         Diag(ND->getLocation(), diag::note_entity_declared_at)
  820         Diag(ND->getLocation(), diag::note_entity_declared_at)
tools/clang/lib/Sema/SemaChecking.cpp
 4191     S.Diag(FDecl->getLocation(), diag::note_entity_declared_at)
tools/clang/lib/Sema/SemaDecl.cpp
 8422           S.Diag(Loc, diag::note_entity_declared_at) << PT;
tools/clang/lib/Sema/SemaDeclCXX.cpp
 2528     Diag(CXXBaseDecl->getLocation(), diag::note_entity_declared_at)
 5845       S.Diag(CD->getLocation(), diag::note_entity_declared_at)
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3883         S.Diag(LastIvar->getLocation(), diag::note_entity_declared_at)
tools/clang/lib/Sema/SemaExpr.cpp
  184   S.Diag(D->getCanonicalDecl()->getLocation(), diag::note_entity_declared_at)
  309     Diag(D->getLocation(), diag::note_entity_declared_at) << D;
  322     Diag(D->getLocation(), diag::note_entity_declared_at) << D;
15690   S.Diag(var->getLocation(), diag::note_entity_declared_at)
17170       S.Diag(FD->getLocation(), diag::note_entity_declared_at)
tools/clang/lib/Sema/SemaExprObjC.cpp
 1251     Diag(PDecl->getLocation(), diag::note_entity_declared_at) << PDecl;