| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | remove_dbg.rs | 69 let macro_call = macro_expr.macro_call()?; in compute_dbg_replacement() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/ |
| D | items.rs | 417 fn macro_call(p: &mut Parser<'_>) -> BlockLike { in macro_call() function
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | manual_let_else.rs | 290 macro_rules! macro_call { in not_fire() macro
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/macro_expansion_tests/ |
| D | mod.rs | 132 let macro_call = InFile::new(source.file_id, ¯o_call); in check() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/ |
| D | node_ext.rs | 469 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/ |
| D | atom.rs | 644 let macro_call = p.start(); in try_block_expr() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | expander.rs | 84 let macro_call = InFile::new(this.current_file_id, ¯o_call); in enter_expand() localVariable
|
| D | generics.rs | 353 let macro_call = mc.to_node(db.upcast()); in fill_implicit_impl_trait_args() localVariable
|
| D | lib.rs | 1136 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/ |
| D | semantics.rs | 612 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
|
| D | diagnostics.rs | 101 pub macro_call: InFile<SyntaxNodePtr>, field
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/ |
| D | goto_definition.rs | 97 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/ |
| D | gen_trait_fn_body.rs | 232 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/ |
| D | display.rs | 1751 let macro_call = macro_call.to_node(f.db.upcast()); in hir_fmt() localVariable
|
| D | lower.rs | 392 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/ |
| D | nodes.rs | 946 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
|