Searched refs:setStmts (Results 1 – 3 of 3) sorted by relevance
371 setStmts(Stmts); in CompoundStmt()376 void CompoundStmt::setStmts(ArrayRef<Stmt *> Stmts) { in setStmts() function in CompoundStmt
1620 void setStmts(ArrayRef<Stmt *> Stmts);
161 S->setStmts(Stmts); in VisitCompoundStmt()