Home
last modified time | relevance | path

Searched defs:macro_call (Results 1 – 16 of 16) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dremove_dbg.rs69 let macro_call = macro_expr.macro_call()?; in compute_dbg_replacement() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Ditems.rs417 fn macro_call(p: &mut Parser<'_>) -> BlockLike { in macro_call() function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dmanual_let_else.rs290 macro_rules! macro_call { in not_fire() macro
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/
Dmod.rs132 let macro_call = InFile::new(source.file_id, &macro_call); in check() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/
Dnode_ext.rs469 let macro_call = string.syntax().parent_ancestors().find_map(ast::MacroCall::cast)?; in macro_call_for_string_token() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/expressions/
Datom.rs644 let macro_call = p.start(); in try_block_expr() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dexpander.rs84 let macro_call = InFile::new(this.current_file_id, &macro_call); in enter_expand() localVariable
Dgenerics.rs353 let macro_call = mc.to_node(db.upcast()); in fill_implicit_impl_trait_args() localVariable
Dlib.rs1136 let macro_call = InFile::new(call.ast_id.file_id, call.ast_id.to_node(db)); in macro_call_as_call_id_() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs612 let macro_call = InFile::new(file_id, actual_macro_call); in speculative_expand() localVariable
633 let macro_call = self.wrap_node_infile(actual_macro_call.clone()); in speculative_expand_attr() localVariable
1219 let macro_call = self.find_file(macro_call.syntax()).with_value(macro_call); in resolve_macro_call() localVariable
1228 let macro_call = self.find_file(macro_call.syntax()).with_value(macro_call); in is_unsafe_macro_call() localVariable
Ddiagnostics.rs101 pub macro_call: InFile<SyntaxNodePtr>, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dgoto_definition.rs97 let macro_call = tt.syntax().parent().and_then(ast::MacroCall::cast)?; in try_lookup_include_path() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/utils/
Dgen_trait_fn_body.rs232 let macro_call = make::expr_macro_call(macro_name, args); in gen_debug_impl() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Ddisplay.rs1751 let macro_call = macro_call.to_node(f.db.upcast()); in hir_fmt() localVariable
Dlower.rs392 let macro_call = macro_call.to_node(self.db.upcast()); in lower_ty_ext() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/
Dnodes.rs946 pub fn macro_call(&self) -> Option<MacroCall> { support::child(&self.syntax) } in macro_call() method
1269 pub fn macro_call(&self) -> Option<MacroCall> { support::child(&self.syntax) } in macro_call() method
1389 pub fn macro_call(&self) -> Option<MacroCall> { support::child(&self.syntax) } in macro_call() method