Home
last modified time | relevance | path

Searched refs:AtCatchLoc (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h77 SourceLocation AtCatchLoc, RParenLoc; variable
84 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()