Searched refs:PreprocessJobAction (Results 1 – 4 of 4) sorted by relevance
74 void PreprocessJobAction::anchor() {} in anchor()76 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
1735 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()1966 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in selectToolForJob()2182 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()2194 (isa<PreprocessJobAction>(JA) || JA.getType() == types::TY_ModuleFile)) in GetNamedOutputPath()2576 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
3858 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4979 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) { in ConstructJob()5888 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
207 class PreprocessJobAction : public JobAction {210 PreprocessJobAction(Action *Input, types::ID OutputType);