Function clippy_utils::match_function_call_with_def_id

source ·
pub fn match_function_call_with_def_id<'tcx>(
    cx: &LateContext<'tcx>,
    expr: &'tcx Expr<'_>,
    fun_def_id: DefId
) -> Option<&'tcx [Expr<'tcx>]>