Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SubStmt

586   for (const Stmt *SubStmt : s->children())
587 // SubStmt might be null; as in missing decl or conditional of an if-stmt.
588 if (SubStmt && isAccessedBy(var, SubStmt))
1144 for (const Stmt *SubStmt : e->children())
1145 if (isCapturedBy(var, cast<Expr>(SubStmt)))