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

References

tools/clang/include/clang/AST/TypeLoc.h
  711     TagDecl *D = getDecl();
tools/clang/lib/ARCMigrate/TransAutoreleasePool.cpp
  271       return checkRef(TL.getBeginLoc(), TL.getDecl()->getLocation());
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  108     TagDecl *D = TL.getDecl();
tools/clang/tools/extra/clang-tidy/readability/IdentifierNamingCheck.cpp
  750       Decl = Ref.getDecl();
tools/clang/tools/extra/clangd/FindTarget.cpp
  519                          {L.getDecl()}};
tools/clang/tools/libclang/CIndex.cpp
 1574     return Visit(MakeCXCursor(TL.getDecl(), TU, RegionOfInterest));
 1576   return Visit(MakeCursorTypeRef(TL.getDecl(), TL.getNameLoc(), TU));