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() {
74 AdaptedAction->ExecuteAction();
FrontendActions.cpp 40 void InitOnlyAction::ExecuteAction() {
323 void DumpRawTokensAction::ExecuteAction() {
341 void DumpTokensAction::ExecuteAction() {
353 void GeneratePTHAction::ExecuteAction() {
368 void PreprocessOnlyAction::ExecuteAction() {
382 void PrintPreprocessedAction::ExecuteAction() {
432 void PrintPreambleAction::ExecuteAction() {
FrontendAction.cpp 376 ExecuteAction();
378 else ExecuteAction();
452 void ASTFrontendAction::ExecuteAction() {
494 void WrapperFrontendAction::ExecuteAction() {
495 WrappedAction->ExecuteAction();
CompilerInstance.cpp 645 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
743 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/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 171 void RewriteMacrosAction::ExecuteAction() {
179 void RewriteTestAction::ExecuteAction() {
187 void RewriteIncludesAction::ExecuteAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 365 void CodeGenAction::ExecuteAction() {
423 this->ASTFrontendAction::ExecuteAction();

Completed in 786 milliseconds