| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | ChainedDiagnosticConsumer.h | 45 void EndSourceFile() override { in EndSourceFile() function 46 Secondary->EndSourceFile(); in EndSourceFile() 47 Primary->EndSourceFile(); in EndSourceFile()
|
| H A D | FrontendAction.h | 237 virtual void EndSourceFile(); 315 void EndSourceFile() override;
|
| H A D | TextDiagnosticPrinter.h | 50 void EndSourceFile() override;
|
| H A D | LogDiagnosticPrinter.h | 76 void EndSourceFile() override;
|
| H A D | VerifyDiagnosticConsumer.h | 307 void EndSourceFile() override;
|
| /llvm-project-15.0.7/clang/lib/Testing/ |
| H A D | TestAST.cpp | 129 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 D | ARCMT.cpp | 124 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 D | IncrementalParser.cpp | 109 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 D | clang-import-test.cpp | 93 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 D | FrontendAction.cpp | 583 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 D | ASTMerge.cpp | 80 CI.getDiagnostics().getClient()->EndSourceFile(); in ExecuteAction()
|
| 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 | ChainedIncludesSource.cpp | 201 Clang->getDiagnosticClient().EndSourceFile(); in createChainedIncludesSource()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | HeadersTests.cpp | 87 Action.EndSourceFile(); in collectIncludes() 116 Action.EndSourceFile(); 130 Action.EndSourceFile(); in insert()
|
| H A D | PreambleTests.cpp | 87 Action.EndSourceFile(); in collectPatchedIncludes()
|
| /llvm-project-15.0.7/clang/tools/clang-repl/ |
| H A D | ClangRepl.cpp | 59 Client->EndSourceFile(); in checkDiagErrors()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Diagnostics.h | 144 void EndSourceFile() override;
|
| H A D | ParsedAST.cpp | 646 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 D | ClangModulesDeclVendor.cpp | 62 void EndSourceFile() override; 173 void StoringDiagnosticConsumer::EndSourceFile() { in EndSourceFile() function in StoringDiagnosticConsumer 174 m_diag_printer->EndSourceFile(); in EndSourceFile()
|
| H A D | ClangExpressionParser.cpp | 272 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 D | FrontendActions.cpp | 141 FixAction->EndSourceFile(); in BeginInvocation()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 175 TEST(PreprocessorFrontendAction, EndSourceFile) { in TEST() argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | StdLib.cpp | 263 Action->EndSourceFile(); in indexStandardLibrary()
|
| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | extract_interface.cc | 584 Diags.getClient()->EndSourceFile(); in main()
|