Searched defs:module_ast (Results 1 – 3 of 3) sorted by relevance
28 let module_ast = ctx.find_node_at_offset::<ast::Module>()?; in move_module_to_file() localVariable
174 def _remove_unused_import(module_ast): argument200 def _remove_duplicated_import(module_ast): argument271 def _remove_arg_annotations(module_ast): argument
120 const auto module_ast = test::ToString(p->program()); in TEST_F() local