Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs403 pub fn resolve_try_expr(&self, try_expr: &ast::TryExpr) -> Option<Function> { in resolve_try_expr() method
1194 fn resolve_try_expr(&self, try_expr: &ast::TryExpr) -> Option<FunctionId> { in resolve_try_expr() method
Dsource_analyzer.rs402 pub(crate) fn resolve_try_expr( in resolve_try_expr() method