Home
last modified time | relevance | path

Searched defs:module_ast (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dmove_module_to_file.rs28 let module_ast = ctx.find_node_at_offset::<ast::Module>()?; in move_module_to_file() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/rewrite/symbol_tree/
Dsymbol_tree.py174 def _remove_unused_import(module_ast): argument
200 def _remove_duplicated_import(module_ast): argument
271 def _remove_arg_annotations(module_ast): argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_module_var_test.cc120 const auto module_ast = test::ToString(p->program()); in TEST_F() local