Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py545 self.assertEqual(foos[1].get_template_argument_unsigned_value(0), 2 ** 32 - 7)
546 self.assertEqual(foos[1].get_template_argument_unsigned_value(2), True)
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1823 def get_template_argument_unsigned_value(self, num): member in Cursor