Searched refs:MethodCall (Results 1 – 1 of 1) sorted by relevance
607 if (const auto *MethodCall = dyn_cast<CXXMemberCallExpr>(Call)) { in pushCall() local608 if (const Expr *Arg = MethodCall->getImplicitObjectArgument()) { in pushCall()