Searched refs:FormatStringLiteral (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5593 class FormatStringLiteral { class 5598 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() function in __anon28c3fbb11a11::FormatStringLiteral 5641 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, 5951 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr() 6147 const FormatStringLiteral *FExpr; 6165 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() 6604 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() 7638 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler() 7810 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, in CheckFormatString()
|