Searched refs:get_template_argument_kind (Results 1 – 2 of 2) sorted by relevance
524 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)
1810 def get_template_argument_kind(self, num): member in Cursor