Searched refs:FirstArgExpr (Results 1 – 1 of 1) sorted by relevance
3564 Expr *FirstArgExpr = AL.getArgAsExpr(2); in handleFormatAttr() local3566 if (!S.checkUInt32Argument(AL, FirstArgExpr, FirstArg, 3)) in handleFormatAttr()3575 << FirstArgExpr->getSourceRange() in handleFormatAttr()3576 << FixItHint::CreateReplacement(FirstArgExpr->getSourceRange(), "0"); in handleFormatAttr()3584 << AL << 3 << FirstArgExpr->getSourceRange() in handleFormatAttr()3585 << FixItHint::CreateReplacement(FirstArgExpr->getSourceRange(), in handleFormatAttr()3597 << AL << 3 << FirstArgExpr->getSourceRange(); in handleFormatAttr()