Searched refs:FirstArgExpr (Results 1 – 1 of 1) sorted by relevance
4032 Expr *FirstArgExpr = AL.getArgAsExpr(2); in handleFormatAttr() local4034 if (!S.checkUInt32Argument(AL, FirstArgExpr, FirstArg, 3)) in handleFormatAttr()4043 << FirstArgExpr->getSourceRange() in handleFormatAttr()4044 << FixItHint::CreateReplacement(FirstArgExpr->getSourceRange(), "0"); in handleFormatAttr()4052 << AL << 3 << FirstArgExpr->getSourceRange() in handleFormatAttr()4053 << FixItHint::CreateReplacement(FirstArgExpr->getSourceRange(), in handleFormatAttr()4065 << AL << 3 << FirstArgExpr->getSourceRange(); in handleFormatAttr()