Searched refs:AtTryLoc (Results 1 – 2 of 2) sorted by relevance
174 SourceLocation AtTryLoc; variable208 SourceLocation getAtTryLoc() const { return AtTryLoc; } in getAtTryLoc()209 void setAtTryLoc(SourceLocation Loc) { AtTryLoc = Loc; } in setAtTryLoc()256 SourceLocation getBeginLoc() const LLVM_READONLY { return AtTryLoc; } in getBeginLoc()
34 : Stmt(ObjCAtTryStmtClass), AtTryLoc(atTryLoc), in ObjCAtTryStmt()