Searched defs:ExprSource (Results 1 – 1 of 1) sorted by relevance
58 pub type ExprSource = InFile<ExprPtr>; typedef337 pub fn expr_syntax(&self, expr: ExprId) -> Result<ExprSource, SyntheticSyntax> { in expr_syntax()