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

  /external/clang/include/clang/Frontend/
FrontendActions.h 26 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();
FrontendAction.h 72 /// 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();
CompilerInstance.h 150 /// ExecuteAction - Execute the provided action against the compiler's
180 bool ExecuteAction(FrontendAction &Act);
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 68 void ExecuteAction();
73 void ExecuteAction();
78 void ExecuteAction();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 110 void PageActionImageView::ExecuteAction(
167 ExecuteAction(ExtensionPopup::SHOW);
173 ExecuteAction(ExtensionPopup::SHOW);
204 ExecuteAction(ExtensionPopup::SHOW);
240 ExecuteAction(ExtensionPopup::SHOW_AND_INSPECT);
page_action_image_view.h 82 void ExecuteAction(ExtensionPopup::ShowAction show_action);
location_bar_view.cc     [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
75 AdaptedAction->ExecuteAction();
FrontendActions.cpp 41 void InitOnlyAction::ExecuteAction() {
428 void DumpModuleInfoAction::ExecuteAction() {
450 void DumpRawTokensAction::ExecuteAction() {
468 void DumpTokensAction::ExecuteAction() {
480 void GeneratePTHAction::ExecuteAction() {
495 void PreprocessOnlyAction::ExecuteAction() {
509 void PrintPreprocessedAction::ExecuteAction() {
559 void PrintPreambleAction::ExecuteAction() {
FrontendAction.cpp 376 ExecuteAction();
378 else ExecuteAction();
456 void ASTFrontendAction::ExecuteAction() {
500 void WrapperFrontendAction::ExecuteAction() {
501 WrappedAction->ExecuteAction();
CompilerInstance.cpp 659 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
757 Data.Instance.ExecuteAction(Data.CreateModuleAction);
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 56 void PageActionImageView::ExecuteAction(int button,
135 ExecuteAction(button, false); // inspect_with_devtools
141 ExecuteAction(1, false);
233 ExecuteAction(1, // left-click
page_action_image_view.h 68 void ExecuteAction(int button, bool inspect_with_devtools);
location_bar_view.cc     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 43 virtual void ExecuteAction();
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 66 ASSERT_TRUE(compiler.ExecuteAction(test_action));
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 169 void RewriteMacrosAction::ExecuteAction() {
177 void RewriteTestAction::ExecuteAction() {
185 void RewriteIncludesAction::ExecuteAction() {
  /external/clang/examples/clang-interpreter/
main.cpp 144 if (!Clang.ExecuteAction(*Act))
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 80 if (!c.ExecuteAction(act))
131 if (!c.ExecuteAction(act))
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 80 if (!c.ExecuteAction(act))
131 if (!c.ExecuteAction(act))
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 382 void CodeGenAction::ExecuteAction() {
440 this->ASTFrontendAction::ExecuteAction();
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 237 bool Success = Clang->ExecuteAction(*Act);
  /external/clang/lib/Tooling/
Tooling.cpp 218 const bool Success = Compiler.ExecuteAction(*ScopedToolAction);

Completed in 948 milliseconds