HomeSort by relevance Sort by last modified time
    Searched refs:get_children (Results 1 - 7 of 7) sorted by null

  /external/clang/bindings/python/tests/cindex/
util.py 44 children = source.get_children()
47 children = source.cursor.get_children()
72 children = source.get_children()
75 children = source.cursor.get_children()
test_cursor.py 37 it = tu.cursor.get_children()
57 s0_nodes = list(tu_nodes[0].get_children())
79 cursors = list(tu.cursor.get_children())
98 for cursor in tu.cursor.get_children():
185 enum_constants = list(enum.get_children())
204 enum_constants = list(enum.get_children())
220 for c in foo.get_children():
258 for c in bar.get_children():
test_translation_unit.py 32 spellings = [c.spelling for c in tu.cursor.get_children()]
40 spellings = [c.spelling for c in tu.cursor.get_children()]
55 spellings = [c.spelling for c in tu.cursor.get_children()]
63 spellings = [c.spelling for c in tu.cursor.get_children()]
test_type.py 32 fields = list(teststruct.get_children())
83 children = list(tu.cursor.get_children())
109 fields = list(teststruct.get_children())
test_location.py 66 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 44 for c in node.get_children()]
  /external/clang/bindings/python/clang/
cindex.py 1291 def get_children(self): member in class:Cursor
    [all...]

Completed in 31 milliseconds