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

  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 52 'is_definition' : node.is_definition(),
  /external/clang/bindings/python/tests/cindex/
test_cursor.py 50 assert tu_nodes[0].is_definition() == True
69 assert tu_nodes[1].is_definition() == False
74 assert tu_nodes[2].is_definition() == True
  /external/clang/bindings/python/clang/
cindex.py 1063 def is_definition(self): member in class:Cursor
    [all...]

Completed in 34 milliseconds