Lines Matching defs:WrapperFrontendAction
1198 bool WrapperFrontendAction::PrepareToExecuteAction(CompilerInstance &CI) {
1202 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
1206 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) {
1209 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI) {
1217 void WrapperFrontendAction::ExecuteAction() {
1220 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); }
1221 void WrapperFrontendAction::EndSourceFileAction() {
1224 bool WrapperFrontendAction::shouldEraseOutputFiles() {
1228 bool WrapperFrontendAction::usesPreprocessorOnly() const {
1231 TranslationUnitKind WrapperFrontendAction::getTranslationUnitKind() {
1234 bool WrapperFrontendAction::hasPCHSupport() const {
1237 bool WrapperFrontendAction::hasASTFileSupport() const {
1240 bool WrapperFrontendAction::hasIRSupport() const {
1243 bool WrapperFrontendAction::hasCodeCompletionSupport() const {
1247 WrapperFrontendAction::WrapperFrontendAction(