Searched defs:is_method_call (Results 1 – 2 of 2) sorted by relevance
453 pub fn is_method_call(&self, expr: &hir::Expr<'_>) -> bool { in is_method_call() method
2170 pub(crate) fn is_method_call(expr: &ast::Expr) -> bool { in is_method_call() function