Home
last modified time | relevance | path

Searched defs:expand_struct (Results 1 – 4 of 4) sorted by relevance

/external/python/pycparser/examples/
Dcdecl.py46 def explain_c_declaration(c_decl, expand_struct=False, expand_typedef=False): argument
130 def expand_struct_typedef(cdecl, file_ast, argument
139 def _expand_in_place(decl, file_ast, expand_struct=False, expand_typedef=False): argument
/external/llvm-project/clang/test/CodeGenObjCXX/
Dencode.mm247 const char *expand_struct() { function
/external/rust/cxx/macro/src/
Dderive.rs7 pub fn expand_struct(strct: &Struct, actual_derives: &mut Option<TokenStream>) -> TokenStream { in expand_struct() function
Dexpand.rs139 fn expand_struct(strct: &Struct) -> TokenStream { in expand_struct() function