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

References

tools/clang/include/clang/AST/DeclObjC.h
 1126     return SourceRange(getAtStartLoc(), getAtEndRange().getEnd());
 1318     return SourceRange(getAtStartLoc(), getLocation());
 2235     return SourceRange(getAtStartLoc(), getLocation());
tools/clang/lib/AST/ASTImporter.cpp
 4057         D->getAtStartLoc(), D->getCategoryNameLoc(),
 4206     auto ToAtBeginLocOrErr = import(D->getAtStartLoc());
 4632     ExpectedSLoc AtBeginLocOrErr = import(D->getAtStartLoc());
 4675         D->getLocation(), D->getAtStartLoc(), D->getCategoryNameLoc()))
 4721         D->getLocation(), D->getAtStartLoc(), D->getSuperClassLoc(),
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 3138                                   CDecl->getAtStartLoc();
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  721   Record.AddSourceLocation(D->getAtStartLoc());