Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c67 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
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_type.py63 self.assertEqual(fields[1].type.get_declaration().spelling, 'I')
134 decl = t.get_declaration()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py1723 underlying_type = underlying_type.get_declaration().enum_type
1872 return self.type.get_declaration().is_anonymous()
2342 def get_declaration(self): member in Type