Searched defs:resolve_method_call (Results 1 – 2 of 2) sorted by relevance
373 pub fn resolve_method_call(&self, call: &ast::MethodCallExpr) -> Option<Function> { in resolve_method_call() method1167 fn resolve_method_call(&self, call: &ast::MethodCallExpr) -> Option<FunctionId> { in resolve_method_call() method
280 pub(crate) fn resolve_method_call( in resolve_method_call() method