Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6390 for (const auto *PVFormatMatches : in checkFormatStringExpr() local
6393 if (!Sema::getFormatStringInfo(D, PVFormatMatches->getFormatIdx(), in checkFormatStringExpr()
6399 if (Type != S.GetFormatStringType(PVFormatMatches)) { in checkFormatStringExpr()
6402 << PVFormatMatches->getType()->getName() in checkFormatStringExpr()
6405 S.Diag(PVFormatMatches->getFormatString()->getBeginLoc(), in checkFormatStringExpr()
6411 S, ReferenceFormatString, PVFormatMatches->getFormatString(), in checkFormatStringExpr()