OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_restrict_qualified
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_type.py
296
"""Ensure Type.
is_restrict_qualified
works."""
306
assert isinstance(i.type.
is_restrict_qualified
(), bool)
307
assert i.type.
is_restrict_qualified
()
308
assert not j.type.
is_restrict_qualified
()
/external/clang/bindings/python/clang/
cindex.py
1616
def
is_restrict_qualified
(self):
member in class:Type
[
all
...]
Completed in 39 milliseconds