Home
last modified time | relevance | path

Searched defs:normalized_ident (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_resolve/src/
Dident.rs303 let normalized_ident = Ident { span: normalized_span, ..ident }; in resolve_ident_in_lexical_scope() localVariable
Dlate.rs1492 let normalized_ident = ident.normalize_to_macros_2_0(); in resolve_lifetime() localVariable
1576 let normalized_ident = ident.normalize_to_macros_2_0(); in resolve_lifetime() localVariable