reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaChecking.cpp
 6777 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,
 7037       FormatStringLiteral FStr(StrE, Offset.sextOrTrunc(64).getSExtValue());
 7221   const FormatStringLiteral *FExpr;
 7239   CheckFormatHandler(Sema &s, const FormatStringLiteral *fexpr,
 7677   CheckPrintfHandler(Sema &s, const FormatStringLiteral *fexpr,
 8591   CheckScanfHandler(Sema &s, const FormatStringLiteral *fexpr,
 8761 static void CheckFormatString(Sema &S, const FormatStringLiteral *FExpr,