Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7683 for (const auto *PVFormat : ND->specific_attrs<FormatAttr>()) { in checkFormatStringExpr() local
7690 if (PVIndex == PVFormat->getFormatIdx() && in checkFormatStringExpr()
7691 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()