Searched refs:PreprocessJobAction (Results 1 – 4 of 4) sorted by relevance
313 void PreprocessJobAction::anchor() {} in anchor()315 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
3384 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()3778 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()4210 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()4221 if (AtTopLevel && !CCGenDiagnostics && isa<PreprocessJobAction>(JA)) in GetNamedOutputPath()4680 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
388 class PreprocessJobAction : public JobAction {392 PreprocessJobAction(Action *Input, types::ID OutputType);
3518 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4425 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()5045 if (isa<PreprocessJobAction>(JA)) in ConstructJob()5085 !isa<PreprocessJobAction>(JA)) { in ConstructJob()