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

References

tools/clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
 1683   OS << Documentation->getValueAsString("Intro") << "\n";
 1731                 OS);
 1741           OS << "This diagnostic is an error by default, but the flag ``-Wno-"
 1745           OS << "This diagnostic is enabled by default.\n\n";
 1747         OS << "Some of the diagnostics controlled by this flag are enabled "
 1754         OS << "Synonym for ";
 1756         OS << "Controls ";
 1758         OS << "Also controls ";
 1763         if (!First) OS << ", ";
 1764         OS << "`" << (IsRemarkGroup ? "-R" : "-W") << Name << "`_";
 1767       OS << ".\n\n";
 1771       OS << "**Diagnostic text:**\n\n";
 1778         writeDiagnosticText(Builder, D, Severity, OS);
 1784       OS << Doc;
 1786       OS << "This diagnostic flag exists for GCC compatibility, and has no "
 1788     OS << "\n";