Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:SubStmt

1935   for (Stmt *SubStmt : S->children())
1936 if (SubStmt)
1937 WarnAboutReturnGotoStmts(SubStmt);
4533 for (Stmt *SubStmt : S->children())
4534 if (SubStmt) {
4535 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt))
4538 GetBlockDeclRefExprs(SubStmt);
4553 for (Stmt *SubStmt : S->children())
4554 if (SubStmt) {
4555 if (BlockExpr *CBE = dyn_cast<BlockExpr>(SubStmt)) {
4562 GetInnerBlockDeclRefExprs(SubStmt, InnerBlockDeclRefs, InnerContexts);