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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  510   void PragmaWarningPush(SourceLocation Loc, int Level) override {
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  540 void PrintPPOutputPPCallbacks::PragmaWarningPush(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  227 void ExpandModularHeadersPPCallbacks::PragmaWarningPush(SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  288 void PPCallbacksTracker::PragmaWarningPush(SourceLocation Loc, int Level) {

References

tools/clang/include/clang/Lex/PPCallbacks.h
  511     First->PragmaWarningPush(Loc, Level);
  512     Second->PragmaWarningPush(Loc, Level);
tools/clang/lib/Lex/Pragma.cpp
 1292         Callbacks->PragmaWarningPush(DiagLoc, Level);