Home
last modified time | relevance | path

Searched refs:get_children (Results 1 – 6 of 6) sorted by relevance

/minix/external/bsd/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py35 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():
180 enum_constants = list(enum.get_children())
199 enum_constants = list(enum.get_children())
215 for c in foo.get_children():
295 for c in bar.get_children():
H A Dtest_translation_unit.py34 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()]
H A Dtest_type.py32 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())
H A Dtest_location.py66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
/minix/external/bsd/llvm/dist/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py44 for c in node.get_children()]
/minix/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1443 def get_children(self): member in Cursor
1467 for child in self.get_children():