Searched refs:AtCatchLoc (Results 1 – 1 of 1) sorted by relevance
78 SourceLocation AtCatchLoc, RParenLoc; variable85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()102 SourceLocation getAtCatchLoc() const { return AtCatchLoc; } in getAtCatchLoc()103 void setAtCatchLoc(SourceLocation Loc) { AtCatchLoc = Loc; } in setAtCatchLoc()107 SourceLocation getLocStart() const LLVM_READONLY { return AtCatchLoc; } in getLocStart()