Lines Matching defs:WrapperFrontendAction
1204 bool WrapperFrontendAction::PrepareToExecuteAction(CompilerInstance &CI) {
1208 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
1212 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) {
1215 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI) {
1223 void WrapperFrontendAction::ExecuteAction() {
1226 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); }
1227 void WrapperFrontendAction::EndSourceFileAction() {
1230 bool WrapperFrontendAction::shouldEraseOutputFiles() {
1234 bool WrapperFrontendAction::usesPreprocessorOnly() const {
1237 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() {
1240 bool WrapperFrontendAction::hasPCHSupport() const {
1243 bool WrapperFrontendAction::hasASTFileSupport() const {
1246 bool WrapperFrontendAction::hasIRSupport() const {
1249 bool WrapperFrontendAction::hasCodeCompletionSupport() const {
1253 WrapperFrontendAction::WrapperFrontendAction(