Home
last modified time | relevance | path

Searched refs:FirstArgExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3246 Expr *FirstArgExpr = Attr.getArg(1); in handleFormatAttr() local
3248 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()