Lines Matching refs:FormatStringLiteral
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()
8599 CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr, in CheckScanfHandler()
8829 Sema &S, const FormatStringLiteral *FExpr, in CheckFormatString()
8928 FormatStringLiteral RefLit = AuthoritativeFormatString; in CheckFormatStringsCompatible()
8929 FormatStringLiteral TestLit = TestedFormatString; in CheckFormatStringsCompatible()
8960 FormatStringLiteral RefLit = Str; in ValidateFormatString()