Searched defs:SyntaxTreeStats (Results 1 – 1 of 1) sorted by relevance
177 pub(crate) struct SyntaxTreeStats<const MACROS: bool> { struct182 impl<const MACROS: bool> fmt::Display for SyntaxTreeStats<MACROS> { argument194 impl StatCollect<FileId, Parse<ast::SourceFile>> for SyntaxTreeStats<false> { implementation201 impl<M> StatCollect<MacroFile, ExpandResult<(Parse<SyntaxNode>, M)>> for SyntaxTreeStats<true> { implementation