Lines Matching refs:ArgE
423 virtual std::string getMessageForArg(const Expr *ArgE, unsigned ArgIndex) {
1944 const Expr *ArgE = Call->getArgExpr(i)->IgnoreParenCasts();
1945 if (const DeclRefExpr *DE = dyn_cast<DeclRefExpr>(ArgE)) {
1968 const Expr *ArgE = Call->getArgExpr(0)->IgnoreParenCasts();
1969 if (const DeclRefExpr *ArgDRE = dyn_cast<DeclRefExpr>(ArgE))