Home | History | Annotate | Download | only in AST

Lines Matching refs:child_range

134   typedef Stmt::child_range children_t();
181 Stmt::child_range Stmt::children() {
1095 Stmt::child_range CapturedStmt::children() {
1097 return child_range(getStoredStmts(), getStoredStmts() + NumCaptures);