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

  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
75 AdaptedAction->ExecuteAction();
FrontendAction.cpp 376 ExecuteAction();
378 else ExecuteAction();
456 void ASTFrontendAction::ExecuteAction() {
500 void WrapperFrontendAction::ExecuteAction() {
501 WrappedAction->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() {
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
  /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);
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 169 void RewriteMacrosAction::ExecuteAction() {
177 void RewriteTestAction::ExecuteAction() {
185 void RewriteIncludesAction::ExecuteAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 382 void CodeGenAction::ExecuteAction() {
440 this->ASTFrontendAction::ExecuteAction();

Completed in 2141 milliseconds