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

Overridden By

tools/clang/include/clang/Tooling/Tooling.h
  445       void EndSourceFileAction() override {
tools/clang/lib/CodeGen/CodeGenAction.cpp
  852 void CodeGenAction::EndSourceFileAction() {
tools/clang/lib/Frontend/ASTMerge.cpp
   83 void ASTMergeAction::EndSourceFileAction() {
tools/clang/lib/Frontend/FrontendAction.cpp
 1076 void WrapperFrontendAction::EndSourceFileAction() {
tools/clang/lib/Frontend/Rewrite/FrontendActions.cpp
  110 void FixItAction::EndSourceFileAction() {
tools/clang/tools/extra/clangd/index/IndexAction.cpp
  174   void EndSourceFileAction() override {
tools/clang/tools/extra/pp-trace/PPTrace.cpp
   93   void EndSourceFileAction() override {
tools/clang/tools/libclang/Indexing.cpp
  412   void EndSourceFileAction() override {
tools/clang/unittests/Frontend/FrontendActionTest.cpp
  170   void EndSourceFileAction() override { SeenEnd = Callbacks->SeenEnd; }
tools/clang/unittests/Tooling/CommentHandlerTest.cpp
   80     void EndSourceFileAction() override {
tools/clang/unittests/Tooling/Syntax/TokensTest.cpp
  102       void EndSourceFileAction() override {
tools/lldb/tools/lldb-instr/Instrument.cpp
  330   void EndSourceFileAction() override {

References

tools/clang/include/clang/Tooling/Tooling.h
  448         ASTFrontendAction::EndSourceFileAction();
tools/clang/lib/Frontend/ASTMerge.cpp
   84   return AdaptedAction->EndSourceFileAction();
tools/clang/lib/Frontend/FrontendAction.cpp
  968   EndSourceFileAction();
 1077   WrappedAction->EndSourceFileAction();