Home | History | Annotate | Download | only in AST

Lines Matching refs:children

163   (void) sizeof(is_good(implements_children(&type::children)))
181 Stmt::child_range Stmt::children() {
187 return static_cast<type*>(this)->children();
977 Children[TRY] = TryBlock;
978 Children[HANDLER] = Handler;
1003 Children[FILTER_EXPR] = reinterpret_cast<Stmt*>(FilterExpr);
1004 Children[BLOCK] = Block;