Home | History | Annotate | Download | only in AST

Lines Matching refs:children

91     /// Indicates that more children will be needed at this indent level.
93 /// This is used when there are multiple collections of children to be
1331 setMoreChildren(S->children());
1334 for (Stmt::const_child_range CI = S->children(); CI; ++CI) {