Searched defs:setTryBody (Results 1 – 6 of 6) sorted by relevance
59 public abstract Builder setTryBody(List<Statement> body); in setTryBody() method in TryCatchStatement.Builder
199 void setTryBody(Stmt *S) { getStmts()[0] = S; } in setTryBody() function
215 void setTryBody(Stmt *S) { getStmts()[0] = S; } in setTryBody() function
214 void setTryBody(Stmt *S) { getStmts()[0] = S; } in setTryBody() function