Home
last modified time | relevance | path

Searched defs:macro_rules (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/rust/tests/ui/macros/
Duser-defined-macro-rules.rs3 macro_rules! macro_rules { () => { struct S; } } // OK macro
/third_party/rust/rust/compiler/rustc_expand/src/
Dmbe.rs9 pub(crate) mod macro_rules; module
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Ditems.rs326 fn macro_rules(p: &mut Parser<'_>, m: Marker) { in macro_rules() function
/third_party/rust/rust/compiler/rustc_expand/src/mbe/
Dmacro_check.rs442 let macro_rules = state == NestedMacroState::MacroRulesNotName; in check_nested_occurrences() localVariable
Dmacro_rules.rs405 let macro_rules = macro_def.macro_rules; in compile_declarative_macro() localVariable
/third_party/rust/rust/compiler/rustc_resolve/src/
Dlib.rs153 macro_rules: MacroRulesScopeRef<'a>, field
894 macro_rules: bool, field
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ditem_tree.rs283 macro_rules: Arena<MacroRules>, field
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1265 let macro_rules = self.root.tables.is_macro_rules.get(self, id); in get_macro() localVariable
/third_party/rust/rust/compiler/rustc_ast/src/
Dast.rs1751 pub macro_rules: bool, field