Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtypeck_results.rs453 pub fn is_method_call(&self, expr: &hir::Expr<'_>) -> bool { in is_method_call() method
/third_party/rust/rust/src/tools/rustfmt/src/
Dexpr.rs2170 pub(crate) fn is_method_call(expr: &ast::Expr) -> bool { in is_method_call() function