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

/external/clang/lib/Frontend/
H A DASTMerge.cpp34 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
71 AdaptedAction->ExecuteAction();
H A DFrontendAction.cpp437 ExecuteAction();
439 else ExecuteAction();
518 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
563 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
564 WrappedAction->ExecuteAction();
H A DFrontendActions.cpp41 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
402 void VerifyPCHAction::ExecuteAction() { function in class:VerifyPCHAction
548 void DumpModuleInfoAction::ExecuteAction() { function in class:DumpModuleInfoAction
570 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
588 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
600 void GeneratePTHAction::ExecuteAction() { function in class:GeneratePTHAction
609 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
623 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
673 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
H A DCompilerInstance.cpp770 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
978 CRC.RunSafelyOnThread([&]() { Instance.ExecuteAction(CreateModuleAction); },
/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp173 void RewriteMacrosAction::ExecuteAction() { function in class:RewriteMacrosAction
181 void RewriteTestAction::ExecuteAction() { function in class:RewriteTestAction
189 void RewriteIncludesAction::ExecuteAction() { function in class:RewriteIncludesAction
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_Notify.cpp127 if (!ExecuteAction(eAAT,action,bExit)) return FALSE;
166 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.cpp675 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
732 this->ASTFrontendAction::ExecuteAction();

Completed in 177 milliseconds