Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dlib.rs259 let expr_syntax: &SyntaxNode = expr.syntax(); in api_walkthrough() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs337 pub fn expr_syntax(&self, expr: ExprId) -> Result<ExprSource, SyntheticSyntax> { in expr_syntax() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs1499 let expr_syntax = |expr| source_map.expr_syntax(expr).expect("unexpected synthetic"); in diagnostics() localVariable