Home | History | Annotate | Download | only in AST

Lines Matching defs:ChildIteratorType

29   typedef clang::Stmt::child_iterator       ChildIteratorType;
34 static ChildIteratorType child_begin(NodeRef N) {
36 else return ChildIteratorType();
39 static ChildIteratorType child_end(NodeRef N) {
41 else return ChildIteratorType();
56 typedef clang::Stmt::const_child_iterator ChildIteratorType;
61 static ChildIteratorType child_begin(NodeRef N) {
63 else return ChildIteratorType();
66 static ChildIteratorType child_end(NodeRef N) {
68 else return ChildIteratorType();