Searched refs:IgnoreStringsWithoutSpecifiers (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6201 bool IgnoreStringsWithoutSpecifiers); 6216 llvm::APSInt Offset, bool IgnoreStringsWithoutSpecifiers = false) { in checkFormatStringExpr() argument 6241 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6276 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6285 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6414 Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6469 Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6486 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6494 UncoveredArg, Offset, IgnoreStringsWithoutSpecifiers); in checkFormatStringExpr() 6513 IgnoreStringsWithoutSpecifiers = true; in checkFormatStringExpr() [all …]
|