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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  446   void PragmaDirective(SourceLocation Loc,
tools/clang/tools/extra/clang-tidy/ExpandModularHeadersPPCallbacks.cpp
  174 void ExpandModularHeadersPPCallbacks::PragmaDirective(SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  176 void PPCallbacksTracker::PragmaDirective(SourceLocation Loc,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  448     First->PragmaDirective(Loc, Introducer);
  449     Second->PragmaDirective(Loc, Introducer);
tools/clang/lib/Lex/Pragma.cpp
  162     Callbacks->PragmaDirective(Introducer.Loc, Introducer.Kind);