Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4082 Expr *FormatStrExpr = AL.getArgAsExpr(2)->IgnoreParenImpCasts(); in handleFormatMatchesAttr() local
4083 if (auto *SL = dyn_cast<StringLiteral>(FormatStrExpr)) { in handleFormatMatchesAttr()
4093 << FormatStrExpr->getSourceRange(); in handleFormatMatchesAttr()