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

References

tools/clang/lib/ARCMigrate/TransGCAttrs.cpp
  307       SourceLocation AtLoc = PD->getAtLoc();
tools/clang/lib/ARCMigrate/TransProperties.cpp
   79       if (Prop->getAtLoc().isInvalid())
   81       unsigned RawLoc = Prop->getAtLoc().getRawEncoding();
  116       unsigned rawAtLoc = propD->getAtLoc().getRawEncoding();
tools/clang/lib/AST/ASTImporter.cpp
 4821       D->getType(), D->getTypeSourceInfo(), D->getAtLoc(), D->getLParenLoc()))
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1121   SourceLocation Loc = prop->getAtLoc();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  960   SourceLocation Loc = prop->getAtLoc();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  835   Record.AddSourceLocation(D->getAtLoc());