HomeSort by: relevance | last modified time | path
    Searched refs:get_declaration (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_parse.c 67 static void get_declaration(declaration *, defkind);
134 get_declaration(&dec, DEF_STRUCT);
305 get_declaration(&dec, DEF_UNION);
331 get_declaration(&dec, DEF_UNION);
343 get_declaration(&dec, DEF_UNION);
401 get_declaration(&dec, DEF_TYPEDEF);
411 get_declaration(declaration *dec, defkind dkind) function
  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_type.py 63 self.assertEqual(fields[1].type.get_declaration().spelling, 'I')
134 decl = t.get_declaration()
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1723 underlying_type = underlying_type.get_declaration().enum_type
1872 return self.type.get_declaration().is_anonymous()
2342 def get_declaration(self): member in class:Type

Completed in 28 milliseconds