Searched refs:AtThrowLoc (Results 1 – 1 of 1) sorted by relevance
315 SourceLocation AtThrowLoc; variable319 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()328 SourceLocation getThrowLoc() { return AtThrowLoc; } in getThrowLoc()329 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()331 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart()333 return Throw ? Throw->getLocEnd() : AtThrowLoc; in getLocEnd()