Searched refs:AtThrowLoc (Results 1 – 1 of 1) sorted by relevance
314 SourceLocation AtThrowLoc; variable320 AtThrowLoc = atThrowLoc; in ObjCAtThrowStmt()329 SourceLocation getThrowLoc() const LLVM_READONLY { return AtThrowLoc; } in getThrowLoc()330 void setThrowLoc(SourceLocation Loc) { AtThrowLoc = Loc; } in setThrowLoc()332 SourceLocation getLocStart() const LLVM_READONLY { return AtThrowLoc; } in getLocStart()334 return Throw ? Throw->getLocEnd() : AtThrowLoc; in getLocEnd()