Home | History | Annotate | Download | only in Sema

Lines Matching full:children

68   /// VisitExpr - Visit all of the children of this expression.
71 for (Stmt::child_range I = Node->children(); I; ++I)
2070 for (Stmt::const_child_range it = S->children(); it; ++it) {
10550 for (Stmt::child_range CI = S->children(); CI; ++CI) {