Home
last modified time | relevance | path

Searched defs:MacroFile (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dlib.rs116 pub struct MacroFile { struct
117 pub macro_call_id: MacroCallId,
193 MacroFile(MacroFile), enumerator
393 pub fn macro_file(self) -> Option<MacroFile> { in macro_file()
607 pub fn as_macro_file(self) -> MacroFile { in as_macro_file()
Ddb.rs105 macro_file: MacroFile, in parse_macro_expansion()
285 macro_file: MacroFile, in parse_macro_expansion()
Dhygiene.rs178 macro_file: MacroFile, in make_hygiene_info()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dstatus.rs202 fn collect_entry(&mut self, _: MacroFile, value: Option<ExpandResult<(Parse<SyntaxNode>, M)>>) { in collect_entry()