Searched defs:ExecuteAction (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/Frontend/
H A DASTMerge.cpp34 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
73 AdaptedAction->ExecuteAction();
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 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 DCompilerInstance.cpp767 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
968 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(CreateModuleAction); },
/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/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/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
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp149 virtual void ExecuteAction() { function in class:__anon19548::ExternalSemaSourceInstaller
/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/lib/CodeGen/
H A DCodeGenAction.cpp633 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
690 this->ASTFrontendAction::ExecuteAction();

Completed in 403 milliseconds