Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c55 static void get_declaration(declaration *, defkind);
124 get_declaration(&dec, DEF_STRUCT);
301 get_declaration(&dec, DEF_UNION);
329 get_declaration(&dec, DEF_UNION);
342 get_declaration(&dec, DEF_UNION);
408 get_declaration(&dec, DEF_TYPEDEF);
418 get_declaration(dec, dkind) in get_declaration() function
/openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_type.py63 self.assertEqual(fields[1].type.get_declaration().spelling, 'I')
134 decl = t.get_declaration()
/openbsd-src/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py1779 underlying_type = underlying_type.get_declaration().enum_type
1928 return self.type.get_declaration().is_anonymous()
2399 def get_declaration(self): member in Type