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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 327 assert foos[1].get_template_argument_kind(0) == TemplateArgumentKind.INTEGRAL
328 assert foos[1].get_template_argument_kind(1) == TemplateArgumentKind.TYPE
329 assert foos[1].get_template_argument_kind(2) == TemplateArgumentKind.INTEGRAL
  /external/clang/bindings/python/clang/
cindex.py 1456 def get_template_argument_kind(self, num): member in class:Cursor
    [all...]

Completed in 48 milliseconds