Searched refs:view_type (Results 1 – 1 of 1) sorted by relevance
63 def view_type(t: clx.Type, level: IndentLevel, title: str) -> list[str]: function69 ret_list.extend(view_type(t.get_pointee(), level + 1, 'points to:'))83 ret_list.extend(view_type(cursor.type, level + 1, 'type:'))84 ret_list.extend(view_type(cursor.type.get_canonical(), level + 1, 'canonical type:'))