Searched refs:AtCatchLoc (Results 1 – 1 of 1) sorted by relevance
77 SourceLocation AtCatchLoc, RParenLoc; variable84 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()101 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc()102 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc()107 return SourceRange(AtCatchLoc, Body->getLocEnd()); in getSourceRange()