Home | History | Annotate | Download | only in AST

Lines Matching refs:const_child_range

1334   for (Stmt::const_child_range CI = S->children(); CI; ++CI) {
1335 Stmt::const_child_range Next = CI;