Searched refs:FormatStringLiteral (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 8663 class FormatStringLiteral { class 8668 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() function in __anon9b6cdc881c11::FormatStringLiteral 8711 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, 9021 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr() 9219 const FormatStringLiteral *FExpr; 9237 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() 9676 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() 10674 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler() 10845 Sema &S, const FormatStringLiteral *FExpr, const Expr *OrigFormatExpr, in CheckFormatString()
|