Searched refs:get_children (Results 1 – 9 of 9) sorted by relevance
35 it = tu.cursor.get_children()52 s0_nodes = list(tu_nodes[0].get_children())74 cursors = list(tu.cursor.get_children())93 for cursor in tu.cursor.get_children():240 enum_constants = list(enum.get_children())259 enum_constants = list(enum.get_children())275 for c in foo.get_children():355 for c in bar.get_children():
34 spellings = [c.spelling for c in tu.cursor.get_children()]42 spellings = [c.spelling for c in tu.cursor.get_children()]57 spellings = [c.spelling for c in tu.cursor.get_children()]65 spellings = [c.spelling for c in tu.cursor.get_children()]
32 fields = list(teststruct.get_children())83 children = list(tu.cursor.get_children())109 fields = list(teststruct.get_children())347 fields = list(teststruct.get_children())383 children = list(teststruct.get_children())
66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
30 def get_children(self): member in MultiRoute43 for route in self.get_children():53 for route in self.get_children():60 get_routes = get_children
44 for c in node.get_children()]
70 children = parent.get_children()
297 def get_children(self): member in xmlCore391 children = property(get_children, None, None, "First child node")
1473 def get_children(self): member in Cursor1497 for child in self.get_children():