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

/external/clang/bindings/python/tests/cindex/
H A Dtest_type.py37 assert not fields[0].type.is_const_qualified()
42 assert not fields[1].type.is_const_qualified()
48 assert not fields[2].type.is_const_qualified()
53 assert not fields[3].type.is_const_qualified()
58 assert not fields[4].type.is_const_qualified()
63 assert fields[5].type.is_const_qualified()
68 assert not fields[6].type.is_const_qualified()
73 assert not fields[7].type.is_const_qualified()
/external/clang/bindings/python/clang/
H A Dcindex.py1751 def is_const_qualified(self): member in class:Type

Completed in 104 milliseconds