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

/external/clang/include/clang/Frontend/
H A DFrontendActions.h26 virtual void ExecuteAction();
146 virtual void ExecuteAction();
177 virtual void ExecuteAction();
193 void ExecuteAction();
207 void ExecuteAction();
212 void ExecuteAction();
217 void ExecuteAction();
222 void ExecuteAction();
227 void ExecuteAction();
H A DFrontendAction.h72 /// ExecuteAction() and EndSourceFileAction() will not be called.
89 virtual void ExecuteAction() = 0;
218 /// \brief Implement the ExecuteAction interface by running Sema on
223 virtual void ExecuteAction();
273 virtual void ExecuteAction();
H A DCompilerInstance.h150 /// ExecuteAction - Execute the provided action against the compiler's
180 bool ExecuteAction(FrontendAction &Act);
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h68 void ExecuteAction();
73 void ExecuteAction();
78 void ExecuteAction();
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc110 void PageActionImageView::ExecuteAction( function in class:PageActionImageView
167 ExecuteAction(ExtensionPopup::SHOW);
173 ExecuteAction(ExtensionPopup::SHOW);
204 ExecuteAction(ExtensionPopup::SHOW);
240 ExecuteAction(ExtensionPopup::SHOW_AND_INSPECT);
H A Dpage_action_image_view.h82 void ExecuteAction(ExtensionPopup::ShowAction show_action);
H A Dlocation_bar_view.cc1501 page_action_views_[i]->image_view()->ExecuteAction(
/external/clang/lib/Frontend/
H A DASTMerge.cpp34 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
75 AdaptedAction->ExecuteAction();
H A DFrontendActions.cpp41 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
428 void DumpModuleInfoAction::ExecuteAction() { function in class:DumpModuleInfoAction
450 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
468 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
480 void GeneratePTHAction::ExecuteAction() { function in class:GeneratePTHAction
495 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
509 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
559 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
H A DFrontendAction.cpp376 ExecuteAction();
378 else ExecuteAction();
456 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
500 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
501 WrappedAction->ExecuteAction();
H A DCompilerInstance.cpp659 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
757 Data.Instance.ExecuteAction(Data.CreateModuleAction);
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dpage_action_image_view.cc56 void PageActionImageView::ExecuteAction(int button, function in class:PageActionImageView
135 ExecuteAction(button, false); // inspect_with_devtools
141 ExecuteAction(1, false);
233 ExecuteAction(1, // left-click
H A Dpage_action_image_view.h68 void ExecuteAction(int button, bool inspect_with_devtools);
H A Dlocation_bar_view.cc1171 page_action_views_[i]->image_view()->ExecuteAction(kLeftMouseButton,
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp66 ASSERT_TRUE(compiler.ExecuteAction(test_action));
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h43 virtual void ExecuteAction();
/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.cpp144 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/CodeGen/
H A DCodeGenAction.cpp382 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
440 this->ASTFrontendAction::ExecuteAction();
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp237 bool Success = Clang->ExecuteAction(*Act);
/external/clang/lib/Tooling/
H A DTooling.cpp218 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 373 milliseconds