Lines Matching refs:WrapperFrontendAction
551 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
555 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
558 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI, in BeginSourceFileAction()
564 void WrapperFrontendAction::ExecuteAction() { in ExecuteAction()
567 void WrapperFrontendAction::EndSourceFileAction() { in EndSourceFileAction()
571 bool WrapperFrontendAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
574 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() { in getTranslationUnitKind()
577 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport()
580 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport()
583 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport()
586 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()
590 WrapperFrontendAction::WrapperFrontendAction(FrontendAction *WrappedAction) in WrapperFrontendAction() function in WrapperFrontendAction