Searched refs:PreprocessJobAction (Results 1 – 5 of 5) sorted by relevance
342 void PreprocessJobAction::anchor() {} in anchor()344 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
4565 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()5083 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()5519 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()5521 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()5615 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()6259 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()6274 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && in ShouldUseFlangCompiler()
412 class PreprocessJobAction : public JobAction {416 PreprocessJobAction(Action *Input, types::ID OutputType);
255 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4701 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4999 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()6148 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()7000 if (isa<PreprocessJobAction>(JA)) in ConstructJob()7081 !isa<PreprocessJobAction>(JA)) { in ConstructJob()