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

/external/clang/include/clang/Frontend/
H A DFrontendActions.h26 virtual void ExecuteAction();
158 virtual void ExecuteAction();
174 void ExecuteAction();
188 void ExecuteAction();
193 void ExecuteAction();
198 void ExecuteAction();
203 void ExecuteAction();
208 void ExecuteAction();
H A DFrontendAction.h79 /// ExecuteAction - Callback to run the program action, using the initialized
84 virtual void ExecuteAction() = 0;
204 /// ExecuteAction - Implement the ExecuteAction interface by running Sema on
209 virtual void ExecuteAction();
259 virtual void ExecuteAction();
H A DCompilerInstance.h142 /// ExecuteAction - Execute the provided action against the compiler's
172 bool ExecuteAction(FrontendAction &Act);
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h68 void ExecuteAction();
73 void ExecuteAction();
78 void ExecuteAction();
/external/clang/lib/Frontend/
H A DASTMerge.cpp34 void ASTMergeAction::ExecuteAction() { function in class:ASTMergeAction
73 AdaptedAction->ExecuteAction();
H A DFrontendActions.cpp40 void InitOnlyAction::ExecuteAction() { function in class:InitOnlyAction
366 void DumpRawTokensAction::ExecuteAction() { function in class:DumpRawTokensAction
384 void DumpTokensAction::ExecuteAction() { function in class:DumpTokensAction
396 void GeneratePTHAction::ExecuteAction() { function in class:GeneratePTHAction
411 void PreprocessOnlyAction::ExecuteAction() { function in class:PreprocessOnlyAction
425 void PrintPreprocessedAction::ExecuteAction() { function in class:PrintPreprocessedAction
475 void PrintPreambleAction::ExecuteAction() { function in class:PrintPreambleAction
H A DFrontendAction.cpp337 ExecuteAction();
339 else ExecuteAction();
404 void ASTFrontendAction::ExecuteAction() { function in class:ASTFrontendAction
446 void WrapperFrontendAction::ExecuteAction() { function in class:WrapperFrontendAction
447 WrappedAction->ExecuteAction();
H A DCompilerInstance.cpp630 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { function in class:CompilerInstance
728 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.cpp68 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/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp189 Success = Clang->ExecuteAction(*Act);
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp363 void CodeGenAction::ExecuteAction() { function in class:CodeGenAction
421 this->ASTFrontendAction::ExecuteAction();
/external/clang/lib/Tooling/
H A DTooling.cpp217 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 176 milliseconds