Searched refs:get_declaration (Results 1 – 3 of 3) sorted by relevance
67 static void get_declaration(declaration *, defkind);134 get_declaration(&dec, DEF_STRUCT); in def_struct()305 get_declaration(&dec, DEF_UNION); in def_union()331 get_declaration(&dec, DEF_UNION); in def_union()343 get_declaration(&dec, DEF_UNION); in def_union()401 get_declaration(&dec, DEF_TYPEDEF); in def_typedef()411 get_declaration(declaration *dec, defkind dkind) in get_declaration() function
63 self.assertEqual(fields[1].type.get_declaration().spelling, 'I')134 decl = t.get_declaration()
1723 underlying_type = underlying_type.get_declaration().enum_type1872 return self.type.get_declaration().is_anonymous()2342 def get_declaration(self): member in Type