Home
last modified time | relevance | path

Searched defs:expand_struct (Results 1 – 3 of 3) 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/rust/cxx/macro/src/
Dderive.rs7 pub fn expand_struct(strct: &Struct, actual_derives: &mut Option<TokenStream>) -> TokenStream { in expand_struct() function
Dexpand.rs144 fn expand_struct(strct: &Struct) -> TokenStream { in expand_struct() function