Searched refs:AtThrowLoc (Results 1 – 1 of 1) sorted by relevance
333 SourceLocation AtThrowLoc; variable339 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()348 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc()349 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()351 SourceLocation getBeginLoc() const LLVM_READONLY { return AtThrowLoc; } in getBeginLoc()353 return Throw ? Throw->getEndLoc() : AtThrowLoc; in getEndLoc()