Searched refs:is_converting_constructor (Results 1 - 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py116 """Ensure Cursor.is_converting_constructor works."""
129 assert not cs[0].is_converting_constructor()
130 assert cs[1].is_converting_constructor()
131 assert not cs[2].is_converting_constructor()
/external/clang/bindings/python/clang/
H A Dcindex.py1197 def is_converting_constructor(self): member in class:Cursor

Completed in 37 milliseconds