Lines Matching full:children
1136 /// VisitChildren - Visit the children of a Stmt.
1139 for (Stmt::child_range I = Terminator->children(); I; ++I)
2971 // When visiting children for destructors we want to visit them in reverse
2972 // order. Because there's no reverse iterator for children must to reverse
2976 for (Stmt::child_range I = E->children(); I; ++I) {
3050 // LHS expression (order of children). For destructors visit them in reverse
3226 for (Stmt::const_child_range I = S->children(); I; ++I) {
3573 if (Sub->children()) {