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

  /external/clang/bindings/python/tests/cindex/
test_cursor.py 5 from clang.cindex import TemplateArgumentKind
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     [all...]

Completed in 54 milliseconds