Searched refs:FirstArgExpr (Results 1 – 2 of 2) sorted by relevance
969 const Expr *FirstArgExpr = FunctionExpr->getArg(0)->IgnoreImpCasts(); in ncmpFix() local975 StringRef FirstExprStr = exprToStr(FirstArgExpr, Result).trim(); in ncmpFix()
3882 Expr *FirstArgExpr = AL.getArgAsExpr(2); in handleFormatAttr() local3884 if (!checkUInt32Argument(S, AL, FirstArgExpr, FirstArg, 3)) in handleFormatAttr()3900 << FirstArgExpr->getSourceRange(); in handleFormatAttr()3906 << AL << 3 << FirstArgExpr->getSourceRange(); in handleFormatAttr()