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

Overridden By

tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
   39   void BeginSourceFile(const LangOptions &LO,
tools/clang/include/clang/Frontend/LogDiagnosticPrinter.h
   72   void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
tools/clang/lib/ARCMigrate/ARCMT.cpp
  107   void BeginSourceFile(const LangOptions &Opts,
tools/clang/lib/Frontend/ASTUnit.cpp
  630   void BeginSourceFile(const LangOptions &LangOpts,
tools/clang/lib/Frontend/SerializedDiagnosticPrinter.cpp
  159   void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
   36 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO,
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  663 void VerifyDiagnosticConsumer::BeginSourceFile(const LangOptions &LangOpts,
tools/clang/tools/clang-import-test/clang-import-test.cpp
   83   virtual void BeginSourceFile(const LangOptions &LangOpts,
tools/clang/tools/extra/clangd/Diagnostics.cpp
  450 void StoreDiags::BeginSourceFile(const LangOptions &Opts,

References

tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
   41     Primary->BeginSourceFile(LO, PP);
   42     Secondary->BeginSourceFile(LO, PP);
tools/clang/lib/ARCMigrate/ARCMT.cpp
  113       DiagClient.BeginSourceFile(Opts, PP);
  284     DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
  308   DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
  563     DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
  575   DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
tools/clang/lib/Frontend/ASTMerge.cpp
   35   CI.getDiagnostics().getClient()->BeginSourceFile(
tools/clang/lib/Frontend/ASTUnit.cpp
  281   getDiagnostics().getClient()->BeginSourceFile(Ctx->getLangOpts(), PP.get());
  866   AST->getDiagnostics().getClient()->BeginSourceFile(PP.getLangOpts(), &PP);
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  155     Clang->getDiagnosticClient().BeginSourceFile(Clang->getLangOpts(),
tools/clang/lib/Frontend/FrontendAction.cpp
  639     CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
  692     CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(), nullptr);
  746   CI.getDiagnosticClient().BeginSourceFile(CI.getLangOpts(),
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  681   PrimaryClient->BeginSourceFile(LangOpts, PP);
tools/clang/tools/clang-import-test/clang-import-test.cpp
   86     return Passthrough->BeginSourceFile(LangOpts, PP);
  321   CI.getDiagnosticClient().BeginSourceFile(
tools/clang/tools/extra/clang-tidy/ClangTidy.cpp
  110     DiagPrinter->BeginSourceFile(LangOpts);