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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 151 """Ensure Cursor.is_default_constructor works."""
161 assert cs[0].is_default_constructor()
162 assert not cs[1].is_default_constructor()
  /external/clang/bindings/python/clang/
cindex.py 1207 def is_default_constructor(self): member in class:Cursor
    [all...]

Completed in 480 milliseconds