Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsemantics.rs373 pub fn resolve_method_call(&self, call: &ast::MethodCallExpr) -> Option<Function> { in resolve_method_call() method
1167 fn resolve_method_call(&self, call: &ast::MethodCallExpr) -> Option<FunctionId> { in resolve_method_call() method
Dsource_analyzer.rs280 pub(crate) fn resolve_method_call( in resolve_method_call() method