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

References

tools/clang/include/clang/AST/StmtObjC.h
  204   SourceLocation getAtTryLoc() const { return AtTryLoc; }
  205   void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; }
  252   SourceLocation getBeginLoc() const LLVM_READONLY { return AtTryLoc; }