Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs58 pub type ExprSource = InFile<ExprPtr>; typedef
337 pub fn expr_syntax(&self, expr: ExprId) -> Result<ExprSource, SyntheticSyntax> { in expr_syntax()