Home
last modified time | relevance | path

Searched refs:is_restrict_qualified (Results 1 – 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
Dtest_type.py322 assert isinstance(i.type.is_restrict_qualified(), bool)
323 assert i.type.is_restrict_qualified()
324 assert not j.type.is_restrict_qualified()
/external/clang/bindings/python/clang/
Dcindex.py1899 def is_restrict_qualified(self): member in Type