Searched refs:get_children (Results 1 – 9 of 9) sorted by relevance
33 it = tu.cursor.get_children()50 s0_nodes = list(tu_nodes[0].get_children())72 cursors = list(tu.cursor.get_children())91 for cursor in tu.cursor.get_children():178 enum_constants = list(enum.get_children())197 enum_constants = list(enum.get_children())213 for c in foo.get_children():251 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())382 fields = list(teststruct.get_children())
66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
44 for c in node.get_children()]
46 children = psutil.Process(pid).get_children()
548 bool get_children, in Run() argument552 model(), id, get_parent, get_children, jnode)); in Run()558 bool get_children, in RunOnUIThread() argument582 if (get_children) { in RunOnUIThread()1533 jboolean get_children) { in GetBookmarkNode() argument1536 task.Run(id, get_parent, get_children, &jnode); in GetBookmarkNode()
152 jboolean get_children);
1372 def get_children(self): member in Cursor1396 for child in self.get_children():