Lines Matching refs:WrapperFrontendAction
1068 bool WrapperFrontendAction::PrepareToExecuteAction(CompilerInstance &CI) { in PrepareToExecuteAction()
1072 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer()
1076 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) { in BeginInvocation()
1079 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI) { in BeginSourceFileAction()
1087 void WrapperFrontendAction::ExecuteAction() { in ExecuteAction()
1090 void WrapperFrontendAction::EndSourceFileAction() { in EndSourceFileAction()
1093 bool WrapperFrontendAction::shouldEraseOutputFiles() { in shouldEraseOutputFiles()
1097 bool WrapperFrontendAction::usesPreprocessorOnly() const { in usesPreprocessorOnly()
1100 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() { in getTranslationUnitKind()
1103 bool WrapperFrontendAction::hasPCHSupport() const { in hasPCHSupport()
1106 bool WrapperFrontendAction::hasASTFileSupport() const { in hasASTFileSupport()
1109 bool WrapperFrontendAction::hasIRSupport() const { in hasIRSupport()
1112 bool WrapperFrontendAction::hasCodeCompletionSupport() const { in hasCodeCompletionSupport()
1116 WrapperFrontendAction::WrapperFrontendAction( in WrapperFrontendAction() function in WrapperFrontendAction