Searched refs:FormatStringLiteral (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6147 class FormatStringLiteral { class 6152 FormatStringLiteral(const StringLiteral *fexpr, int64_t Offset = 0) in FormatStringLiteral() function in __anon28c3fbb11e11::FormatStringLiteral 6195 Sema &S, const FormatStringLiteral *FExpr, 6541 FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue()); in checkFormatStringExpr() 6791 const FormatStringLiteral *FExpr; 6809 CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckFormatHandler() 7257 CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckPrintfHandler() 7391 DecomposePrintfHandler(Sema &s, const FormatStringLiteral *fexpr, in DecomposePrintfHandler() 7409 GetSpecifiers(Sema &S, const FormatStringLiteral *FSL, const Expr *FmtExpr, 7661 Sema &S, const FormatStringLiteral *FSL, const Expr *FmtExpr, in GetSpecifiers() [all …]
|