Searched refs:getStmts (Results 1 – 4 of 4) sorted by relevance
170 Stmt **getStmts() { return reinterpret_cast<Stmt **> (this + 1); } in getStmts() function171 const Stmt* const *getStmts() const { in getStmts() function197 const Stmt *getTryBody() const { return getStmts()[0]; } in getTryBody()198 Stmt *getTryBody() { return getStmts()[0]; } in getTryBody()199 void setTryBody(Stmt *S) { getStmts()[0] = S; } in setTryBody()208 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()214 return cast_or_null<ObjCAtCatchStmt>(getStmts()[I + 1]); in getCatchStmt()220 getStmts()[I + 1] = S; in setCatchStmt()228 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]); in getFinallyStmt()234 return cast_or_null<ObjCAtFinallyStmt>(getStmts()[1 + NumCatchStmts]); in getFinallyStmt()[all …]
74 Stmt const * const *getStmts() const { in getStmts() function77 Stmt **getStmts() { in getStmts() function93 return getStmts()[NumHandlers]->getLocEnd(); in getEndLoc()97 return cast<CompoundStmt>(getStmts()[0]); in getTryBlock()100 return cast<CompoundStmt>(getStmts()[0]); in getTryBlock()105 return cast<CXXCatchStmt>(getStmts()[i + 1]); in getHandler()108 return cast<CXXCatchStmt>(getStmts()[i + 1]); in getHandler()116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1); in children()
37 Stmt **Stmts = getStmts(); in ObjCAtTryStmt()
1194 S->getStmts()[0] = Reader.ReadSubStmt(); in VisitCXXTryStmt()1196 S->getStmts()[i + 1] = Reader.ReadSubStmt(); in VisitCXXTryStmt()