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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  475   void PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) override {
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  485 PragmaDiagnosticPush(SourceLocation Loc, StringRef Namespace) {
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  198 void ExpandModularHeadersPPCallbacks::PragmaDiagnosticPush(SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  226 void PPCallbacksTracker::PragmaDiagnosticPush(SourceLocation Loc,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  476     First->PragmaDiagnosticPush(Loc, Namespace);
  477     Second->PragmaDiagnosticPush(Loc, Namespace);
tools/clang/lib/Lex/Pragma.cpp
 1188         Callbacks->PragmaDiagnosticPush(DiagLoc, Namespace);