Home
last modified time | relevance | path

Searched refs:get_template_argument_kind (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py524 self.assertEqual(foos[1].get_template_argument_kind(0), TemplateArgumentKind.INTEGRAL)
525 self.assertEqual(foos[1].get_template_argument_kind(1), TemplateArgumentKind.TYPE)
526 self.assertEqual(foos[1].get_template_argument_kind(2), TemplateArgumentKind.INTEGRAL)
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py1810 def get_template_argument_kind(self, num): member in Cursor