Searched refs:PreprocessJobAction (Results 1 – 5 of 5) sorted by relevance
328 void PreprocessJobAction::anchor() {} in anchor()330 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
4579 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()5081 if (!PJ || !isa<PreprocessJobAction>(PJ)) { in combineWithPreprocessor()5547 if (isa<PreprocessJobAction>(JA)) in HasPreprocessOutput()5549 if (isa<OffloadAction>(JA) && isa<PreprocessJobAction>(JA.getInputs()[0])) in HasPreprocessOutput()5578 assert(AtTopLevel && isa<PreprocessJobAction>(JA)); in GetNamedOutputPath()6181 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()6196 if (!isa<PreprocessJobAction>(JA) && !isa<CompileJobAction>(JA) && in ShouldUseFlangCompiler()
78 if (isa<PreprocessJobAction>(JA)) { in ConstructJob()
4672 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()4965 (isa<PreprocessJobAction>(JA) && Args.hasArg(options::OPT__analyze))) in ConstructJob()6060 if (!isa<PreprocessJobAction>(JA) || Output.getType() != types::TY_PP_Asm) in ConstructJob()6844 if (isa<PreprocessJobAction>(JA)) in ConstructJob()6923 !isa<PreprocessJobAction>(JA)) { in ConstructJob()
409 class PreprocessJobAction : public JobAction {413 PreprocessJobAction(Action *Input, types::ID OutputType);