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

References

tools/clang/include/clang/AST/DeclObjC.h
  820   SourceLocation getAtLoc() const { return AtLoc; }
  821   void setAtLoc(SourceLocation L) { AtLoc = L; }
  949     return SourceRange(AtLoc, getLocation());