Searched refs:WrapperFrontendAction (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/ARCMigrate/ |
D | ARCMTActions.h | 20 class CheckAction : public WrapperFrontendAction { 28 class ModifyAction : public WrapperFrontendAction { 44 class MigrateAction : public WrapperFrontendAction { 59 class ObjCMigrateAction : public WrapperFrontendAction {
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 573 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation() 576 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction() 585 void WrapperFrontendAction::ExecuteAction() { in ExecuteAction() 588 void WrapperFrontendAction::EndSourceFileAction() { in EndSourceFileAction() 592 bool WrapperFrontendAction::usesPreprocessorOnly() const { in usesPreprocessorOnly() 595 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() { in getTranslationUnitKind() 598 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport() 601 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport() 604 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport() [all …]
|
/external/clang/lib/ARCMigrate/ |
D | ARCMTActions.cpp | 29 : WrapperFrontendAction(std::move(WrappedAction)) {} in CheckAction() 38 : WrapperFrontendAction(std::move(WrappedAction)) {} in ModifyAction() 56 : WrapperFrontendAction(std::move(WrappedAction)), MigrateDir(migrateDir), in MigrateAction()
|
D | ObjCMT.cpp | 186 : WrapperFrontendAction(std::move(WrappedAction)), MigrateDir(migrateDir), in ObjCMigrateAction() 199 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile)); in CreateASTConsumer()
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 109 class WrappingIndexAction : public WrapperFrontendAction, IndexActionBase { 116 : WrapperFrontendAction(std::move(WrappedAction)), in WrappingIndexAction() 129 WrapperFrontendAction::EndSourceFileAction(); in EndSourceFileAction() 136 auto OtherConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
/external/clang/include/clang/Frontend/ |
D | FrontendAction.h | 41 friend class WrapperFrontendAction; variable 285 class WrapperFrontendAction : public FrontendAction { 299 WrapperFrontendAction(std::unique_ptr<FrontendAction> WrappedAction);
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FrontendActions.h | 51 class FixItRecompile : public WrapperFrontendAction { 54 : WrapperFrontendAction(std::move(WrappedAction)) {} in FixItRecompile()
|