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

Overridden By

tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
   45   void EndSourceFile() override {
tools/clang/lib/Frontend/LogDiagnosticPrinter.cpp
   76 void LogDiagnosticPrinter::EndSourceFile() {
tools/clang/lib/Frontend/TextDiagnosticPrinter.cpp
   42 void TextDiagnosticPrinter::EndSourceFile() {
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  684 void VerifyDiagnosticConsumer::EndSourceFile() {
tools/clang/tools/clang-import-test/clang-import-test.cpp
   89   virtual void EndSourceFile() override {
tools/clang/tools/extra/clangd/Diagnostics.cpp
  455 void StoreDiags::EndSourceFile() {

References

tools/clang/include/clang/Frontend/ChainedDiagnosticConsumer.h
   46     Secondary->EndSourceFile();
   47     Primary->EndSourceFile();
tools/clang/lib/ARCMigrate/ARCMT.cpp
  123       DiagClient.EndSourceFile();
  286     DiagClient->EndSourceFile();
  327   DiagClient->EndSourceFile();
  565     DiagClient->EndSourceFile();
  589   DiagClient->EndSourceFile();
tools/clang/lib/Frontend/ASTMerge.cpp
   80   CI.getDiagnostics().getClient()->EndSourceFile();
tools/clang/lib/Frontend/ASTUnit.cpp
  253     getDiagnostics().getClient()->EndSourceFile();
tools/clang/lib/Frontend/ChainedIncludesSource.cpp
  199     Clang->getDiagnosticClient().EndSourceFile();
tools/clang/lib/Frontend/FrontendAction.cpp
  920     CI.getDiagnosticClient().EndSourceFile();
  961   CI.getDiagnosticClient().EndSourceFile();
tools/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
  686   PrimaryClient->EndSourceFile();
tools/clang/tools/clang-import-test/clang-import-test.cpp
   91     Passthrough->EndSourceFile();
  329   CI.getDiagnosticClient().EndSourceFile();