Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_expand/src/mbe/
Dtranscribe.rs81 interp: &FxHashMap<MacroRulesNormalizedIdent, NamedMatch>, in transcribe()
297 ident: MacroRulesNormalizedIdent, in lookup_cur_matched()
298 interpolations: &'a FxHashMap<MacroRulesNormalizedIdent, NamedMatch>, in lookup_cur_matched()
375 interpolations: &FxHashMap<MacroRulesNormalizedIdent, NamedMatch>, in lockstep_iter_size()
484 interp: &'interp FxHashMap<MacroRulesNormalizedIdent, NamedMatch>, in matched_from_ident()
519 interp: &FxHashMap<MacroRulesNormalizedIdent, NamedMatch>, in transcribe_metavar_expr()
Dmacro_check.rs316 name: MacroRulesNormalizedIdent, in get_binder_info()
575 name: MacroRulesNormalizedIdent, in check_ops_is_prefix()
621 name: MacroRulesNormalizedIdent, in ops_is_prefix()
/third_party/rust/rust/compiler/rustc_span/src/
Dsymbol.rs1839 pub struct MacroRulesNormalizedIdent(Ident); struct
1841 impl MacroRulesNormalizedIdent { impl
1847 impl fmt::Debug for MacroRulesNormalizedIdent { implementation
1853 impl fmt::Display for MacroRulesNormalizedIdent { implementation