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

References

tools/clang/include/clang/AST/DeclObjC.h
 2814   SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; }
 2815   void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
tools/clang/lib/AST/DeclObjC.cpp
 2270   return SourceRange(AtLoc, EndLoc);