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