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

Overridden By

tools/clang/include/clang/Lex/PPCallbacks.h
  520   void PragmaExecCharsetPush(SourceLocation Loc, StringRef Str) override {
tools/clang/lib/Frontend/PrintPreprocessedOutput.cpp
  558 void PrintPPOutputPPCallbacks::PragmaExecCharsetPush(SourceLocation Loc,
tools/clang/tools/extra/pp-trace/PPCallbacksTracker.cpp
  302 void PPCallbacksTracker::PragmaExecCharsetPush(SourceLocation Loc,

References

tools/clang/include/clang/Lex/PPCallbacks.h
  521     First->PragmaExecCharsetPush(Loc, Str);
  522     Second->PragmaExecCharsetPush(Loc, Str);
tools/clang/lib/Lex/Pragma.cpp
 1417         Callbacks->PragmaExecCharsetPush(DiagLoc, "UTF-8");