Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_type.py63 self.assertEqual(fields[1].type.get_declaration().spelling, 'I')
134 decl = t.get_declaration()
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py1723 underlying_type = underlying_type.get_declaration().enum_type
1872 return self.type.get_declaration().is_anonymous()
2343 def get_declaration(self): member in Type