Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/bindings/python/tests/cindex/
Dtest_type.py54 self.assertEqual(fields[0].type.get_canonical().kind, TypeKind.INT)
62 self.assertEqual(fields[1].type.get_canonical().kind, TypeKind.INT)
71 self.assertEqual(fields[2].type.get_canonical().kind, TypeKind.LONG)
79 self.assertEqual(fields[3].type.get_canonical().kind, TypeKind.ULONG)
87 self.assertEqual(fields[4].type.get_canonical().kind, TypeKind.LONG)
95 self.assertEqual(fields[5].type.get_canonical().kind, TypeKind.INT)
434 self.assertEqual(a.get_canonical().kind, TypeKind.INCOMPLETEARRAY)
/openbsd/src/gnu/llvm/clang/bindings/python/clang/
Dcindex.py2341 def get_canonical(self): member in Type