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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h67 void ExecuteAction() override;
72 void ExecuteAction() override;
80 void ExecuteAction() override;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h26 void ExecuteAction() override;
43 void ExecuteAction() override;
179 void ExecuteAction() override;
193 void ExecuteAction() override;
204 void ExecuteAction() override;
228 void ExecuteAction() override;
245 void ExecuteAction() override;
256 void ExecuteAction() override;
271 void ExecuteAction() override;
276 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.h193 /// ExecuteAction - Execute the provided action against the compiler's
220 bool ExecuteAction(FrontendAction &Act);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp48 void ExecuteAction() override {
49 clang::ASTFrontendAction::ExecuteAction();
154 Compiler.ExecuteAction(ScopedToolAction);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp33 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
79 AdaptedAction->ExecuteAction();
H A DFrontendActions.cpp62 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
333 void VerifyPCHAction::ExecuteAction() { function in class:VerifyPCHAction
498 void TemplightDumpAction::ExecuteAction() { function in class:TemplightDumpAction
509 ASTFrontendAction::ExecuteAction();
719 void DumpModuleInfoAction::ExecuteAction() { function in class:DumpModuleInfoAction
752 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
770 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
782 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
796 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
864 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
897 void DumpCompilerOptionsAction::ExecuteAction() { function in class:DumpCompilerOptionsAction
945 void PrintDependencyDirectivesSourceMinimizerAction::ExecuteAction() { function in class:PrintDependencyDirectivesSourceMinimizerAction
[all...]
H A DFrontendAction.cpp949 ExecuteAction();
951 else ExecuteAction();
1039 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
1089 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
1090 WrappedAction->ExecuteAction();
H A DCompilerInstance.cpp925 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
1150 Instance.ExecuteAction(Action);
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h67 void ExecuteAction() override;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp100 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(parseModelFile); },
/netbsd-current/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp35 /// The usual \p FrontendAction expects one call to ExecuteAction and once it
78 void ExecuteAction() override {
124 CI->ExecuteAction(*Act);
/netbsd-current/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp278 bool Success = Clang->ExecuteAction(*Act);
/netbsd-current/external/apache2/llvm/dist/clang/examples/clang-interpreter/
H A Dmain.cpp211 if (!Clang.ExecuteAction(*Act))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp136 const bool Result = Compiler.ExecuteAction(*Action);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp1040 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
1042 this->ASTFrontendAction::ExecuteAction();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp400 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 322 milliseconds