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

Declarations

tools/clang/tools/diagtool/DiagnosticNames.h
   33   llvm::ArrayRef<DiagnosticRecord> getBuiltinDiagnosticsByName();

References

tools/clang/tools/diagtool/FindDiagnosticID.cpp
   57   ArrayRef<DiagnosticRecord> AllDiagnostics = getBuiltinDiagnosticsByName();
tools/clang/tools/diagtool/ListWarnings.cpp
   53   for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) {
tools/clang/tools/diagtool/ShowEnabledWarnings.cpp
  116   for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) {