Home | History | Annotate | Download | only in CodeGen

Lines Matching full:children

494   for (Stmt::const_child_range children = s->children(); children; ++children)
495 // children might be null; as in missing decl or conditional of an if-stmt.
496 if ((*children) && isAccessedBy(var, *children))
958 for (Stmt::const_child_range children = e->children(); children; ++children)
959 if (isCapturedBy(var, cast<Expr>(*children)))