Searched refs:get_children (Results 1 - 10 of 10) sorted by relevance

/external/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():
322 enum_constants = list(enum.get_children())
341 enum_constants = list(enum.get_children())
357 for c in foo.get_children():
437 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())
383 children = list(teststruct.get_children())
H A Dtest_location.py66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
/external/clang/bindings/python/examples/cindex/
H A Dcindex-dump.py44 for c in node.get_children()]
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dps_util.py69 else: # Some old version of psutil use get_children instead children.
70 children = parent.get_children()
/external/libcxx/utils/libcxx/
H A Dutil.py266 children_iterator = psutilProc.get_children(recursive=True)
/external/llvm/utils/lit/lit/
H A Dutil.py276 children_iterator = psutilProc.get_children(recursive=True)
/external/libxml2/python/
H A Dlibxml.py297 def get_children(self): member in class:xmlCore
391 children = property(get_children, None, None, "First child node")
/external/clang/bindings/python/clang/
H A Dcindex.py1519 def get_children(self): member in class:Cursor
1543 for child in self.get_children():

Completed in 170 milliseconds