Searched refs:cstr_expr (Results 1 – 3 of 3) sorted by relevance
163 let ident_str = codegen::helpers::ast_ty::cstr_expr(ident.to_string()); in push()
238 pub fn cstr_expr(mut string: String) -> TokenStream { in cstr_expr() function
661 let cstr = helpers::ast_ty::cstr_expr(string); in codegen()