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

References

tools/clang/lib/Sema/SemaChecking.cpp
 7187   if (Type == FST_NSString && SourceMgr.isInSystemMacro(FormatLoc))
 7193     Diag(FormatLoc, diag::warn_format_nonliteral_noargs)
 7201       Diag(FormatLoc, diag::note_format_security_fixit)
 7202         << FixItHint::CreateInsertion(FormatLoc, "\"%s\", ");
 7205       Diag(FormatLoc, diag::note_format_security_fixit)
 7206         << FixItHint::CreateInsertion(FormatLoc, "@\"%@\", ");
 7210     Diag(FormatLoc, diag::warn_format_nonliteral)