Searched refs:FormatStringLiteral (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 7476 class FormatStringLiteral { class 7481 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() function in __anonfebdc2651211::FormatStringLiteral 7523 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, 7783 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr() 7967 const FormatStringLiteral *FExpr; 7985 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() 8423 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() 9340 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler() 9510 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr, in CheckFormatString()
|