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

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

Completed in 79 milliseconds