Lines Matching refs:WrapperFrontendAction
550 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
554 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
557 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
563 void WrapperFrontendAction::ExecuteAction() { in ExecuteAction()
566 void WrapperFrontendAction::EndSourceFileAction() { in EndSourceFileAction()
570 bool WrapperFrontendAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
573 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() { in getTranslationUnitKind()
576 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport()
579 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport()
582 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport()
585 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()
589 WrapperFrontendAction::WrapperFrontendAction(FrontendAction *WrappedAction) in WrapperFrontendAction() function in WrapperFrontendAction