Home
last modified time | relevance | path

Searched refs:EndSourceFile (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h45 void EndSourceFile() override { in EndSourceFile() function
46 Secondary->EndSourceFile(); in EndSourceFile()
47 Primary->EndSourceFile(); in EndSourceFile()
H A DFrontendAction.h237 virtual void EndSourceFile();
315 void EndSourceFile() override;
H A DTextDiagnosticPrinter.h50 void EndSourceFile() override;
H A DLogDiagnosticPrinter.h76 void EndSourceFile() override;
H A DVerifyDiagnosticConsumer.h307 void EndSourceFile() override;
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp129 Clang->getPreprocessor().EndSourceFile(); in TestAST()
131 Clang->getDiagnosticClient().EndSourceFile(); in TestAST()
142 Action->EndSourceFile(); // Destroy ASTContext and Sema. in clear()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DARCMT.cpp124 DiagClient.EndSourceFile(); in FinishCapture()
228 printer.EndSourceFile(); in emitPremigrationErrors()
285 DiagClient->EndSourceFile(); in checkForManualIssues()
326 DiagClient->EndSourceFile(); in checkForManualIssues()
566 DiagClient->EndSourceFile(); in applyTransform()
590 DiagClient->EndSourceFile(); in applyTransform()
/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp109 void EndSourceFile() override { in EndSourceFile() function in clang::IncrementalAction
112 WrapperFrontendAction::EndSourceFile(); in EndSourceFile()
118 EndSourceFile(); in FinalizeAction()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp93 void EndSourceFile() override { in EndSourceFile() function in init_convenience::TestDiagnosticConsumer
95 Passthrough->EndSourceFile(); in EndSourceFile()
337 CI.getDiagnosticClient().EndSourceFile(); in Parse()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp583 CI.getDiagnosticClient().EndSourceFile(); in BeginSourceFile()
1059 void FrontendAction::EndSourceFile() { in EndSourceFile() function in FrontendAction
1063 CI.getDiagnosticClient().EndSourceFile(); in EndSourceFile()
1067 CI.getPreprocessor().EndSourceFile(); in EndSourceFile()
1178 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); } in EndSourceFile() function in WrapperFrontendAction
H A DASTMerge.cpp80 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
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 DChainedIncludesSource.cpp201 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp87 Action.EndSourceFile(); in collectIncludes()
116 Action.EndSourceFile();
130 Action.EndSourceFile(); in insert()
H A DPreambleTests.cpp87 Action.EndSourceFile(); in collectPatchedIncludes()
/llvm-project-15.0.7/clang/tools/clang-repl/
H A DClangRepl.cpp59 Client->EndSourceFile(); in checkDiagErrors()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDiagnostics.h144 void EndSourceFile() override;
H A DParsedAST.cpp646 Clang->getPreprocessor().EndSourceFile(); in build()
651 ASTDiags.EndSourceFile(); in build()
692 Action->EndSourceFile(); // Destroy ASTContext and Sema. in ~ParsedAST()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp62 void EndSourceFile() override;
173 void StoringDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in StoringDiagnosticConsumer
174 m_diag_printer->EndSourceFile(); in EndSourceFile()
H A DClangExpressionParser.cpp272 void EndSourceFile() override { m_passthrough->EndSourceFile(); } in EndSourceFile() function in ClangDiagnosticManagerAdapter
1186 adapter->EndSourceFile(); in ParseInternal()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp141 FixAction->EndSourceFile(); in BeginInvocation()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DFrontendActionTest.cpp175 TEST(PreprocessorFrontendAction, EndSourceFile) { in TEST() argument
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DStdLib.cpp263 Action->EndSourceFile(); in indexStandardLibrary()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc584 Diags.getClient()->EndSourceFile(); in main()

12