| /third_party/rust/rust/compiler/rustc_hir/src/ |
| D | target.rs | 58 MacroDef, enumerator
|
| D | hir.rs | 3138 pub fn expect_macro(&self) -> (&ast::MacroDef, MacroKind) { in expect_macro()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/ |
| D | pretty.rs | 459 let MacroDef { name, visibility, ast_id: _ } = &self.tree[it]; in print_mod_item() localVariable
|
| D | lower.rs | 545 fn lower_macro_def(&mut self, m: &ast::MacroDef) -> Option<FileItemTreeId<MacroDef>> { in lower_macro_def()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/ |
| D | item_tree.rs | 741 pub struct MacroDef { struct 744 pub ast_id: FileAstId<ast::MacroDef>, argument
|
| /third_party/rust/rust/compiler/rustc_ast/src/ |
| D | mut_visit.rs | 221 fn visit_macro_def(&mut self, def: &mut MacroDef) { in visit_macro_def() 639 pub fn noop_visit_macro_def<T: MutVisitor>(macro_def: &mut MacroDef, vis: &mut T) { in noop_visit_macro_def() 640 let MacroDef { body, macro_rules: _ } = macro_def; in noop_visit_macro_def() localVariable
|
| D | ast.rs | 1748 pub struct MacroDef { struct 1749 pub body: P<DelimArgs>, 1751 pub macro_rules: bool, 3017 MacroDef(MacroDef), enumerator
|
| D | visit.rs | 203 fn visit_mac_def(&mut self, _mac: &'ast MacroDef, _id: NodeId) { in visit_mac_def()
|
| /third_party/rust/rust/src/librustdoc/clean/ |
| D | utils.rs | 607 def: &ast::MacroDef, in display_macro_source()
|
| /third_party/rust/rust/compiler/rustc_lint/src/ |
| D | early.rs | 291 fn visit_mac_def(&mut self, mac: &'a ast::MacroDef, id: ast::NodeId) { in visit_mac_def()
|
| D | builtin.rs | 1959 fn check_mac_def(&mut self, cx: &EarlyContext<'_>, mac_def: &ast::MacroDef) { in check_mac_def()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/ |
| D | context.rs | 267 MacroDef, enumerator
|
| /third_party/rust/rust/compiler/rustc_metadata/src/ |
| D | creader.rs | 80 MacroDef(ast::Item, Edition), enumerator
|
| /third_party/rust/rust/src/tools/rustfmt/src/ |
| D | macros.rs | 386 def: &ast::MacroDef, in rewrite_macro_def()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/ |
| D | nodes.rs | 337 pub struct MacroDef { struct 340 impl ast::HasAttrs for MacroDef {} argument 341 impl ast::HasName for MacroDef {} implementation 342 impl ast::HasVisibility for MacroDef {} implementation 343 impl ast::HasDocComments for MacroDef {} implementation 344 impl MacroDef { impl 1588 MacroDef(MacroDef), enumerator 2024 impl AstNode for MacroDef { implementation 4408 impl std::fmt::Display for MacroDef { implementation
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | node_ext.rs | 69 MacroDef(ast::MacroDef), enumerator
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/ |
| D | collector.rs | 2103 fn collect_macro_def(&mut self, id: FileItemTreeId<MacroDef>, module: ModuleId) { in collect_macro_def()
|
| /third_party/rust/rust/compiler/rustc_ast_pretty/src/pprust/ |
| D | state.rs | 628 macro_def: &ast::MacroDef, in print_mac_def()
|
| /third_party/rust/rust/compiler/rustc_metadata/src/rmeta/ |
| D | decoder.rs | 1262 fn get_macro(self, id: DefIndex, sess: &Session) -> ast::MacroDef { in get_macro()
|
| /third_party/rust/rust/compiler/rustc_privacy/src/ |
| D | lib.rs | 508 md: &MacroDef, in update_reachability_from_macro()
|