Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs407 pub fn resolve_method_call_as_callable(&self, call: &ast::MethodCallExpr) -> Option<Callable> { in resolve_method_call_as_callable() method
1198 fn resolve_method_call_as_callable(&self, call: &ast::MethodCallExpr) -> Option<Callable> { in resolve_method_call_as_callable() method
Dsource_analyzer.rs266 pub(crate) fn resolve_method_call_as_callable( in resolve_method_call_as_callable() method