Searched refs:PreprocessJobAction (Results 1 – 5 of 5) sorted by relevance
344 void PreprocessJobAction::anchor() {} in anchor()346 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
4790 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction() 5337 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor() 5806 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput() 5808 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput() 5899 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath() 6575 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler() 6590 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && in ShouldUseFlangCompiler()
413 class PreprocessJobAction : public JobAction {417 PreprocessJobAction(Action *Input, types::ID OutputType);
688 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
5142 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()5479 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()6623 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()7485 if (isa<PreprocessJobAction>(JA)) in ConstructJob()7582 !isa<PreprocessJobAction>(JA)) { in ConstructJob()