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

/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h68 void ExecuteAction() override;
73 void ExecuteAction() override;
78 void ExecuteAction() override;
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp31 virtual void ExecuteAction() { function in class:TestFrontendAction
35 return ASTFrontendAction::ExecuteAction();
61 return Compiler.ExecuteAction(Action);
/external/clang/include/clang/Frontend/
H A DFrontendActions.h27 void ExecuteAction() override;
144 void ExecuteAction() override;
158 void ExecuteAction() override;
186 void ExecuteAction() override;
202 void ExecuteAction() override;
216 void ExecuteAction() override;
221 void ExecuteAction() override;
226 void ExecuteAction() override;
231 void ExecuteAction() override;
236 void ExecuteAction() overrid
[all...]
H A DFrontendAction.h72 /// ExecuteAction() and EndSourceFileAction() will not be called.
89 virtual void ExecuteAction() = 0;
217 /// \brief Implement the ExecuteAction interface by running Sema on
222 void ExecuteAction() override;
271 void ExecuteAction() override;
H A DCompilerInstance.h165 /// ExecuteAction - Execute the provided action against the compiler's
195 bool ExecuteAction(FrontendAction &Act);
/external/clang/lib/Frontend/
H A DASTMerge.cpp34 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
73 AdaptedAction->ExecuteAction();
H A DFrontendActions.cpp41 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
381 void VerifyPCHAction::ExecuteAction() { function in class:VerifyPCHAction
525 void DumpModuleInfoAction::ExecuteAction() { function in class:DumpModuleInfoAction
547 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
565 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
577 void GeneratePTHAction::ExecuteAction() { function in class:GeneratePTHAction
592 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
606 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
656 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
H A DFrontendAction.cpp411 ExecuteAction();
413 else ExecuteAction();
492 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
536 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
537 WrappedAction->ExecuteAction();
H A DCompilerInstance.cpp767 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
968 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(CreateModuleAction); },
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp78 ASSERT_TRUE(compiler.ExecuteAction(test_action));
97 ASSERT_TRUE(compiler.ExecuteAction(test_action));
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp128 if (!ExecuteAction(eAAT,action,bExit)) return FALSE;
167 FX_BOOL CFFL_Notify::ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit) function in class:CFFL_Notify
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h43 void ExecuteAction() override;
/external/pdfium/fpdfsdk/include/formfiller/
H A DFFL_Notify.h46 FX_BOOL ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit);
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_action_view_controller.cc62 ExecuteAction(ExtensionPopup::SHOW_AND_INSPECT, true);
66 ExecuteAction(ExtensionPopup::SHOW, true);
69 bool ExtensionActionViewController::ExecuteAction( function in class:ExtensionActionViewController
H A Dextension_action_view_controller.h72 bool ExecuteAction(ExtensionPopup::ShowAction show_action,
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp169 void RewriteMacrosAction::ExecuteAction() { function in class:RewriteMacrosAction
177 void RewriteTestAction::ExecuteAction() { function in class:RewriteTestAction
185 void RewriteIncludesAction::ExecuteAction() { function in class:RewriteIncludesAction
/external/clang/examples/clang-interpreter/
H A Dmain.cpp145 if (!Clang.ExecuteAction(*Act))
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp80 if (!c.ExecuteAction(act))
131 if (!c.ExecuteAction(act))
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp80 if (!c.ExecuteAction(act))
131 if (!c.ExecuteAction(act))
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp240 bool Success = Clang->ExecuteAction(*Act);
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp149 virtual void ExecuteAction() { function in class:__anon19548::ExternalSemaSourceInstaller
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp633 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
690 this->ASTFrontendAction::ExecuteAction();
/external/clang/lib/Tooling/
H A DTooling.cpp266 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc1316 ExecuteAction(ExtensionPopup::SHOW, grant_tab_permissions);
1394 ExecuteAction(ExtensionPopup::SHOW, true);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc948 return view && view->view_controller()->ExecuteAction(ExtensionPopup::SHOW,

Completed in 744 milliseconds