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

References

tools/clang/include/clang/AST/StmtObjC.h
  383   SourceLocation getBeginLoc() const LLVM_READONLY { return AtLoc; }
  388   SourceLocation getAtLoc() const { return AtLoc; }
  389   void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }