OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argument_types
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_type.py
120
"""Ensure that Type.
argument_types
() works as expected."""
125
args = f.type.
argument_types
()
149
args = f.type.
argument_types
()
156
"""Ensure that negative indexes on
argument_types
Raises an IndexError."""
159
args = f.type.
argument_types
()
165
"""Ensure that indexes beyond the length of Type.
argument_types
() raise."""
168
args = f.type.
argument_types
()
174
"""Ensure that obtaining
argument_types
on a Type without them raises."""
179
i.type.
argument_types
()
/external/clang/bindings/python/clang/
cindex.py
1158
def
argument_types
(self):
member in class:Type
[
all
...]
Completed in 767 milliseconds