| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 24 void ExecuteAction() override; 37 void ExecuteAction() override; 52 void ExecuteAction() override; 201 void ExecuteAction() override; 215 void ExecuteAction() override; 226 void ExecuteAction() override; 250 void ExecuteAction() override; 267 void ExecuteAction() override; 278 void ExecuteAction() override; 293 void ExecuteAction() override; [all …]
|
| H A D | FrontendAction.h | 94 virtual void ExecuteAction() = 0; 250 void ExecuteAction() override; 314 void ExecuteAction() override;
|
| H A D | CompilerInstance.h | 218 bool ExecuteAction(FrontendAction &Act);
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 96 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 116 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 144 ASSERT_TRUE(compiler.ExecuteAction(test_action)); in TEST() 165 void ExecuteAction() override { in ExecuteAction() function in __anonff6a0b330111::TestPPCallbacksFrontendAction 192 ASSERT_TRUE(Compiler.ExecuteAction(TestAction)); in TEST() 252 ASSERT_TRUE(Compiler.ExecuteAction(TestAction)); in TEST() 283 ASSERT_TRUE(Compiler.ExecuteAction(TestAction)); in TEST()
|
| H A D | CodeGenActionTest.cpp | 34 void ExecuteAction() override { in ExecuteAction() function in __anon535a6f080111::NullCodeGenAction 59 bool Success = Compiler.ExecuteAction(*Act); in TEST() 77 bool Success = Compiler.ExecuteAction(Action); in TEST() 107 bool Success = Compiler.ExecuteAction(Action); in TEST()
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ExternalASTSourceTest.cpp | 31 void ExecuteAction() override { in ExecuteAction() function in TestFrontendAction 35 return ASTFrontendAction::ExecuteAction(); in ExecuteAction() 60 return Compiler.ExecuteAction(Action); in testExternalASTSource()
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 67 void ExecuteAction() override; 72 void ExecuteAction() override; 80 void ExecuteAction() override;
|
| /llvm-project-15.0.7/clang/unittests/Serialization/ |
| H A D | ModuleCacheTest.cpp | 113 ASSERT_TRUE(Instance.ExecuteAction(Action)); in TEST_F() 137 ASSERT_FALSE(Instance2.ExecuteAction(Action2)); in TEST_F() 162 ASSERT_TRUE(Instance.ExecuteAction(Action)); in TEST_F() 180 ASSERT_FALSE(Instance2.ExecuteAction(Action2)); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 66 void InitOnlyAction::ExecuteAction() { in ExecuteAction() function in InitOnlyAction 70 void ReadPCHAndPreprocessAction::ExecuteAction() { in ExecuteAction() function in ReadPCHAndPreprocessAction 373 void VerifyPCHAction::ExecuteAction() { in ExecuteAction() function in VerifyPCHAction 607 void TemplightDumpAction::ExecuteAction() { in ExecuteAction() function in TemplightDumpAction 618 ASTFrontendAction::ExecuteAction(); in ExecuteAction() 848 void DumpModuleInfoAction::ExecuteAction() { in ExecuteAction() function in DumpModuleInfoAction 962 void DumpRawTokensAction::ExecuteAction() { in ExecuteAction() function in DumpRawTokensAction 980 void DumpTokensAction::ExecuteAction() { in ExecuteAction() function in DumpTokensAction 992 void PreprocessOnlyAction::ExecuteAction() { in ExecuteAction() function in PreprocessOnlyAction 1006 void PrintPreprocessedAction::ExecuteAction() { in ExecuteAction() function in PrintPreprocessedAction [all …]
|
| H A D | ASTMerge.cpp | 33 void ASTMergeAction::ExecuteAction() { in ExecuteAction() function in ASTMergeAction 79 AdaptedAction->ExecuteAction(); in ExecuteAction()
|
| H A D | FrontendAction.cpp | 1035 ExecuteAction(); in Execute() 1037 else ExecuteAction(); in Execute() 1125 void ASTFrontendAction::ExecuteAction() { in ExecuteAction() function in ASTFrontendAction 1175 void WrapperFrontendAction::ExecuteAction() { in ExecuteAction() function in WrapperFrontendAction 1176 WrappedAction->ExecuteAction(); in ExecuteAction()
|
| /llvm-project-15.0.7/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 48 void ExecuteAction() override { in ExecuteAction() function in ASTSrcLocGenerationAction 49 clang::ASTFrontendAction::ExecuteAction(); in ExecuteAction() 150 Compiler.ExecuteAction(ScopedToolAction); in main()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 185 void RewriteMacrosAction::ExecuteAction() { in ExecuteAction() function in RewriteMacrosAction 194 void RewriteTestAction::ExecuteAction() { in ExecuteAction() function in RewriteTestAction 263 Instance.ExecuteAction(Action); in visitModuleFile() 304 void RewriteIncludesAction::ExecuteAction() { in ExecuteAction() function in RewriteIncludesAction
|
| /llvm-project-15.0.7/clang/unittests/Sema/ |
| H A D | SemaLookupTest.cpp | 22 void ExecuteAction() override { in ExecuteAction() function in __anon1a391d1b0111::LookupAction
|
| H A D | ExternalSemaSourceTest.cpp | 194 void ExecuteAction() override { in ExecuteAction() function in __anonc354d5f50111::ExternalSemaSourceInstaller
|
| /llvm-project-15.0.7/clang/lib/Interpreter/ |
| H A D | IncrementalParser.cpp | 84 void ExecuteAction() override { in ExecuteAction() function in clang::IncrementalAction 130 CI->ExecuteAction(*Act); in IncrementalParser()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/plugin/ |
| H A D | IncludeFixerPlugin.cpp | 47 void ExecuteAction() override {} // Do nothing. in ExecuteAction() function in clang::include_fixer::ClangIncludeFixerPluginAction
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 67 void ExecuteAction() override;
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 100 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(parseModelFile); }, in onBodySynthesis()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.cpp | 40 void ExecuteAction() override { in ExecuteAction() function in clang::include_fixer::__anon00632f450111::Action 108 Compiler.ExecuteAction(*ScopedToolAction); in runInvocation()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTestBase.cpp | 162 if (!Compiler.ExecuteAction(Recorder) && in buildTree()
|
| /llvm-project-15.0.7/clang/lib/FrontendTool/ |
| H A D | ExecuteCompilerInvocation.cpp | 266 bool Success = Clang->ExecuteAction(*Act); in ExecuteCompilerInvocation()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 72 return Compiler.ExecuteAction(*Action); in runInvocation()
|
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 248 const bool Result = ScanInstance.ExecuteAction(*Action); in runInvocation()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 1142 void CodeGenAction::ExecuteAction() { in ExecuteAction() function in CodeGenAction 1144 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|