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 33 assert not fields[0].type.is_const_qualified()
38 assert not fields[1].type.is_const_qualified()
44 assert not fields[2].type.is_const_qualified()
49 assert not fields[3].type.is_const_qualified()
54 assert not fields[4].type.is_const_qualified()
59 assert fields[5].type.is_const_qualified()
64 assert not fields[6].type.is_const_qualified()
69 assert not fields[7].type.is_const_qualified()
  /external/clang/bindings/python/clang/
cindex.py 1240 def is_const_qualified(self): member in class:Type
    [all...]

Completed in 514 milliseconds