Lines Matching refs:WrapperFrontendAction
1049 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
1053 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
1056 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction()
1064 void WrapperFrontendAction::ExecuteAction() { in ExecuteAction()
1067 void WrapperFrontendAction::EndSourceFileAction() { in EndSourceFileAction()
1071 bool WrapperFrontendAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
1074 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() { in getTranslationUnitKind()
1077 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport()
1080 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport()
1083 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport()
1086 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()
1090 WrapperFrontendAction::WrapperFrontendAction( in WrapperFrontendAction() function in WrapperFrontendAction