/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | FrontendActions.h | 77 void EndSourceFile() override { FrontendAction::EndSourceFile(); } in EndSourceFile() function
|
/llvm-project/clang/lib/Frontend/ |
H A D | SARIFDiagnosticPrinter.cpp | 42 void SARIFDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in clang::SARIFDiagnosticPrinter
|
H A D | TextDiagnosticPrinter.cpp | 42 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
|
H A D | LogDiagnosticPrinter.cpp | 76 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter
|
H A D | FrontendAction.cpp | 1100 void FrontendAction::EndSourceFile() { EndSourceFile() function in FrontendAction 1226 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } EndSourceFile() function in WrapperFrontendAction
|
H A D | VerifyDiagnosticConsumer.cpp | 710 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ChainedDiagnosticConsumer.h | 45 void EndSourceFile() override { in EndSourceFile() function
|
/llvm-project/clang-tools-extra/include-cleaner/tool/ |
H A D | IncludeCleaner.cpp | 153 void EndSourceFile() override { EndSourceFile() function in clang::include_cleaner::__anon121721bb0111::Action
|
/llvm-project/clang/unittests/Frontend/ |
H A D | FrontendActionTest.cpp | 175 TEST(PreprocessorFrontendAction,EndSourceFile) TEST() argument
|
/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalParser.cpp | 180 void EndSourceFile() override { EndSourceFile() function in clang::IncrementalAction
|
/llvm-project/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 93 void EndSourceFile() override { EndSourceFile() function in init_convenience::TestDiagnosticConsumer
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 176 void StoringDiagnosticConsumer::EndSourceFile() { EndSourceFile() function in StoringDiagnosticConsumer
|
H A D | ClangExpressionParser.cpp | 270 void EndSourceFile() override { m_passthrough->EndSourceFile(); } EndSourceFile() function in ClangDiagnosticManagerAdapter
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Diagnostics.cpp | 633 void StoreDiags::EndSourceFile() { EndSourceFile() function in clang::clangd::StoreDiags
|
/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 686 void Preprocessor::EndSourceFile() { EndSourceFile() function in Preprocessor
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 1777 virtual void EndSourceFile() {} EndSourceFile() function
|