Searched refs:ExecuteAction (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h26 void ExecuteAction() override;
43 void ExecuteAction() override;
181 void ExecuteAction() override;
195 void ExecuteAction() override;
206 void ExecuteAction() override;
230 void ExecuteAction() override;
247 void ExecuteAction() override;
258 void ExecuteAction() override;
273 void ExecuteAction() override;
278 void ExecuteAction() overrid
[all...]
H A DFrontendAction.h78 /// ExecuteAction() and EndSourceFileAction() will not be called.
94 virtual void ExecuteAction() = 0;
245 /// Implement the ExecuteAction interface by running Sema on
250 void ExecuteAction() override;
313 void ExecuteAction() override;
H A DCompilerInstance.h197 /// ExecuteAction - Execute the provided action against the compiler's
224 bool ExecuteAction(FrontendAction &Act);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h67 void ExecuteAction() override;
72 void ExecuteAction() override;
80 void ExecuteAction() override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp33 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
79 AdaptedAction->ExecuteAction();
H A DFrontendActions.cpp61 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
330 void VerifyPCHAction::ExecuteAction() { function in class:VerifyPCHAction
488 void TemplightDumpAction::ExecuteAction() { function in class:TemplightDumpAction
499 ASTFrontendAction::ExecuteAction();
708 void DumpModuleInfoAction::ExecuteAction() { function in class:DumpModuleInfoAction
741 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
759 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
771 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
785 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
850 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
882 void DumpCompilerOptionsAction::ExecuteAction() { function in class:DumpCompilerOptionsAction
930 void PrintDependencyDirectivesSourceMinimizerAction::ExecuteAction() { function in class:PrintDependencyDirectivesSourceMinimizerAction
[all...]
H A DFrontendAction.cpp934 ExecuteAction();
936 else ExecuteAction();
1024 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
1074 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
1075 WrappedAction->ExecuteAction();
H A DCompilerInstance.cpp899 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
1149 Instance.ExecuteAction(Action);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp185 void RewriteMacrosAction::ExecuteAction() { function in class:RewriteMacrosAction
194 void RewriteTestAction::ExecuteAction() { function in class:RewriteTestAction
263 Instance.ExecuteAction(Action);
304 void RewriteIncludesAction::ExecuteAction() { function in class:RewriteIncludesAction
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h66 void ExecuteAction() override;
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp100 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(parseModelFile); },
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp153 const bool Result = Compiler.ExecuteAction(*Action);
/freebsd-12-stable/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp290 bool Success = Clang->ExecuteAction(*Act);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp397 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1104 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
1179 this->ASTFrontendAction::ExecuteAction();

Completed in 205 milliseconds