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

  /external/clang/bindings/python/tests/cindex/
test_type.py 144 """Ensure that Type.argument_types() works as expected."""
149 args = f.type.argument_types()
173 args = f.type.argument_types()
180 """Ensure that negative indexes on argument_types Raises an IndexError."""
183 args = f.type.argument_types()
189 """Ensure that indexes beyond the length of Type.argument_types() raise."""
192 args = f.type.argument_types()
198 """Ensure that obtaining argument_types on a Type without them raises."""
203 i.type.argument_types()
  /external/clang/bindings/python/clang/
cindex.py 1453 def argument_types(self): member in class:Type
    [all...]

Completed in 23 milliseconds