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

  /external/clang/bindings/python/tests/cindex/
util.py 45 children = source.get_children()
48 children = source.cursor.get_children()
test_translation_unit.py 24 spellings = [c.spelling for c in tu.cursor.get_children()]
33 spellings = [c.spelling for c in tu.cursor.get_children()]
49 spellings = [c.spelling for c in tu.cursor.get_children()]
58 spellings = [c.spelling for c in tu.cursor.get_children()]
test_cursor.py 33 it = tu.cursor.get_children()
50 s0_nodes = list(tu_nodes[0].get_children())
test_type.py 29 fields = list(teststruct.get_children())
85 fields = list(teststruct.get_children())
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 44 for c in node.get_children()]
  /external/clang/bindings/python/clang/
cindex.py 1026 def get_children(self): member in class:Cursor
    [all...]

Completed in 32 milliseconds