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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 135 """Ensure Cursor.is_copy_constructor works."""
146 assert not cs[0].is_copy_constructor()
147 assert cs[1].is_copy_constructor()
148 assert not cs[2].is_copy_constructor()
  /external/clang/bindings/python/clang/
cindex.py 1202 def is_copy_constructor(self): member in class:Cursor
    [all...]

Completed in 106 milliseconds