HomeSort by relevance Sort by last modified time
    Searched defs:ExecuteAction (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
71 AdaptedAction->ExecuteAction();
FrontendAction.cpp 437 ExecuteAction();
439 else ExecuteAction();
518 void ASTFrontendAction::ExecuteAction() {
563 void WrapperFrontendAction::ExecuteAction() {
564 WrappedAction->ExecuteAction();
FrontendActions.cpp 41 void InitOnlyAction::ExecuteAction() {
402 void VerifyPCHAction::ExecuteAction() {
548 void DumpModuleInfoAction::ExecuteAction() {
570 void DumpRawTokensAction::ExecuteAction() {
588 void DumpTokensAction::ExecuteAction() {
600 void GeneratePTHAction::ExecuteAction() {
609 void PreprocessOnlyAction::ExecuteAction() {
623 void PrintPreprocessedAction::ExecuteAction() {
673 void PrintPreambleAction::ExecuteAction() {
CompilerInstance.cpp 770 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
    [all...]
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 173 void RewriteMacrosAction::ExecuteAction() {
181 void RewriteTestAction::ExecuteAction() {
189 void RewriteIncludesAction::ExecuteAction() {
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_Notify.cpp 127 if (!ExecuteAction(eAAT,action,bExit)) return FALSE;
166 FX_BOOL CFFL_Notify::ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit)
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 675 void CodeGenAction::ExecuteAction() {
732 this->ASTFrontendAction::ExecuteAction();

Completed in 741 milliseconds