HomeSort by: relevance | last modified time | path
    Searched refs:get_template_argument_unsigned_value (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_cursor.py 545 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)
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1823 def get_template_argument_unsigned_value(self, num): member in class:Cursor

Completed in 28 milliseconds