Home
last modified time | relevance | path

Searched defs:EndSourceFile (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h77 void EndSourceFile() override { FrontendAction::EndSourceFile(); } in EndSourceFile() function
/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnosticPrinter.cpp42 void SARIFDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in clang::SARIFDiagnosticPrinter
H A DTextDiagnosticPrinter.cpp42 void TextDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in TextDiagnosticPrinter
H A DLogDiagnosticPrinter.cpp76 void LogDiagnosticPrinter::EndSourceFile() { in EndSourceFile() function in LogDiagnosticPrinter
H A DFrontendAction.cpp1100 void FrontendAction::EndSourceFile() { EndSourceFile() function in FrontendAction
1226 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } EndSourceFile() function in WrapperFrontendAction
H A DVerifyDiagnosticConsumer.cpp710 void VerifyDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in VerifyDiagnosticConsumer
/llvm-project/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h45 void EndSourceFile() override { in EndSourceFile() function
/llvm-project/clang-tools-extra/include-cleaner/tool/
H A DIncludeCleaner.cpp153 void EndSourceFile() override { EndSourceFile() function in clang::include_cleaner::__anon121721bb0111::Action
/llvm-project/clang/unittests/Frontend/
H A DFrontendActionTest.cpp175 TEST(PreprocessorFrontendAction,EndSourceFile) TEST() argument
/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp180 void EndSourceFile() override { EndSourceFile() function in clang::IncrementalAction
/llvm-project/clang/tools/clang-import-test/
H A Dclang-import-test.cpp93 void EndSourceFile() override { EndSourceFile() function in init_convenience::TestDiagnosticConsumer
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp176 void StoringDiagnosticConsumer::EndSourceFile() { EndSourceFile() function in StoringDiagnosticConsumer
H A DClangExpressionParser.cpp270 void EndSourceFile() override { m_passthrough->EndSourceFile(); } EndSourceFile() function in ClangDiagnosticManagerAdapter
/llvm-project/clang-tools-extra/clangd/
H A DDiagnostics.cpp633 void StoreDiags::EndSourceFile() { EndSourceFile() function in clang::clangd::StoreDiags
/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp686 void Preprocessor::EndSourceFile() { EndSourceFile() function in Preprocessor
/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1777 virtual void EndSourceFile() {} EndSourceFile() function