Lines Matching refs:WrapperFrontendAction
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()
607 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()
611 WrapperFrontendAction::WrapperFrontendAction( in WrapperFrontendAction() function in WrapperFrontendAction