Searched refs:AtThrowLoc (Results 1 – 1 of 1) sorted by relevance
358 SourceLocation AtThrowLoc; variable364 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()373 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc()374 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()376 SourceLocation getBeginLoc() const LLVM_READONLY { return AtThrowLoc; } in getBeginLoc()378 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc()