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

  /external/clang/bindings/python/tests/cindex/
test_type.py 37 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/
cindex.py 1600 def is_const_qualified(self): member in class:Type
    [all...]

Completed in 25 milliseconds