Searched refs:FirstArgExpr (Results 1 – 1 of 1) sorted by relevance
3246 Expr *FirstArgExpr = Attr.getArg(1); in handleFormatAttr() local3248 if (FirstArgExpr->isTypeDependent() || FirstArgExpr->isValueDependent() || in handleFormatAttr()3249 !FirstArgExpr->isIntegerConstantExpr(FirstArg, S.Context)) { in handleFormatAttr()3251 << "format" << 3 << FirstArgExpr->getSourceRange(); in handleFormatAttr()3270 << FirstArgExpr->getSourceRange(); in handleFormatAttr()3276 << "format" << 3 << FirstArgExpr->getSourceRange(); in handleFormatAttr()