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