Home | History | Annotate | Download | only in AST

Lines Matching refs:child_range

161   typedef Stmt::child_range children_t();
208 Stmt::child_range Stmt::children() {
1058 Stmt::child_range CapturedStmt::children() {
1060 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures);