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

  /external/clang/lib/Frontend/
ASTMerge.cpp 34 void ASTMergeAction::ExecuteAction() {
73 AdaptedAction->ExecuteAction();
FrontendAction.cpp 411 ExecuteAction();
413 else ExecuteAction();
492 void ASTFrontendAction::ExecuteAction() {
536 void WrapperFrontendAction::ExecuteAction() {
537 WrappedAction->ExecuteAction();
FrontendActions.cpp 41 void InitOnlyAction::ExecuteAction() {
381 void VerifyPCHAction::ExecuteAction() {
525 void DumpModuleInfoAction::ExecuteAction() {
547 void DumpRawTokensAction::ExecuteAction() {
565 void DumpTokensAction::ExecuteAction() {
577 void GeneratePTHAction::ExecuteAction() {
592 void PreprocessOnlyAction::ExecuteAction() {
606 void PrintPreprocessedAction::ExecuteAction() {
656 void PrintPreambleAction::ExecuteAction() {
CompilerInstance.cpp 767 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {
    [all...]
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 31 virtual void ExecuteAction() {
35 return ASTFrontendAction::ExecuteAction();
61 return Compiler.ExecuteAction(Action);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 85 void PageActionImageView::ExecuteAction(
136 ExecuteAction(ExtensionPopup::SHOW);
142 ExecuteAction(ExtensionPopup::SHOW);
178 ExecuteAction(ExtensionPopup::SHOW);
215 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/pdfium/fpdfsdk/src/formfiller/
FFL_Notify.cpp 128 if (!ExecuteAction(eAAT,action,bExit)) return FALSE;
167 FX_BOOL CFFL_Notify::ExecuteAction(CPDF_AAction::AActionType eAAT,CPDF_Action & action,FX_BOOL& bExit)
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 149 virtual void ExecuteAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 633 void CodeGenAction::ExecuteAction() {
690 this->ASTFrontendAction::ExecuteAction();

Completed in 562 milliseconds