Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6418 for (const auto *PVFormat : D->specific_attrs<FormatAttr>()) { in checkFormatStringExpr() local
6420 if (!Sema::getFormatStringInfo(D, PVFormat->getFormatIdx(), in checkFormatStringExpr()
6421 PVFormat->getFirstArg(), &CallerFSI)) in checkFormatStringExpr()
6426 if (Type != S.GetFormatStringType(PVFormat)) { in checkFormatStringExpr()
6429 << PVFormat->getType()->getName() in checkFormatStringExpr()