Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp3937 for (const auto *PVFormat : ND->specific_attrs<FormatAttr>()) { in checkFormatStringExpr() local
3944 if (PVIndex == PVFormat->getFormatIdx() && in checkFormatStringExpr()
3945 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp7208 for (const auto *PVFormat : ND->specific_attrs<FormatAttr>()) { in checkFormatStringExpr() local
7215 if (PVIndex == PVFormat->getFormatIdx() && in checkFormatStringExpr()
7216 Type == S.GetFormatStringType(PVFormat)) in checkFormatStringExpr()