Searched refs:PVFormat (Results 1 – 2 of 2) sorted by relevance
3937 for (const auto *PVFormat : ND->specific_attrs<FormatAttr>()) { in checkFormatStringExpr() local3944 if (PVIndex == PVFormat->getFormatIdx() && in checkFormatStringExpr()3945 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
7208 for (const auto *PVFormat : ND->specific_attrs<FormatAttr>()) { in checkFormatStringExpr() local7215 if (PVIndex == PVFormat->getFormatIdx() && in checkFormatStringExpr()7216 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()