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

References

tools/clang/include/clang/AST/StmtObjC.h
  339     AtThrowLoc = atThrowLoc;
  348   SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; }
  349   void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; }
  351   SourceLocation getBeginLoc() const LLVM_READONLY { return AtThrowLoc; }
  353     return Throw ? Throw->getEndLoc() : AtThrowLoc;