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

References

tools/clang/include/clang/AST/StmtObjC.h
  105   SourceLocation getAtCatchLoc() const { return AtCatchLoc; }
  106   void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; }
  110   SourceLocation getBeginLoc() const LLVM_READONLY { return AtCatchLoc; }