Home | History | Annotate | Download | only in Support

Lines Matching defs:ChildIteratorType

244   typedef succ_iterator ChildIteratorType;
247 static inline ChildIteratorType child_begin(NodeType *N) {
250 static inline ChildIteratorType child_end(NodeType *N) {
257 typedef succ_const_iterator ChildIteratorType;
261 static inline ChildIteratorType child_begin(NodeType *N) {
264 static inline ChildIteratorType child_end(NodeType *N) {
276 typedef pred_iterator ChildIteratorType;
278 static inline ChildIteratorType child_begin(NodeType *N) {
281 static inline ChildIteratorType child_end(NodeType *N) {
288 typedef const_pred_iterator ChildIteratorType;
292 static inline ChildIteratorType child_begin(NodeType *N) {
295 static inline ChildIteratorType child_end(NodeType *N) {