Searched refs:PreprocessJobAction (Results 1 – 4 of 4) sorted by relevance
63 void PreprocessJobAction::anchor() {} in anchor()65 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
1149 return new PreprocessJobAction(Input, OutputTy); in ConstructPhaseAction()1318 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in SelectToolForJob()1430 if (AtTopLevel && isa<PreprocessJobAction>(JA) && !CCGenDiagnostics) in GetNamedOutputPath()1748 if (!isa<PreprocessJobAction>(JA) && !isa<PrecompileJobAction>(JA) && in ShouldUseClangCompiler()
1777 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()3196 if (isa<PreprocessJobAction>(JA)) in ConstructJob()
137 class PreprocessJobAction : public JobAction {140 PreprocessJobAction(Action *Input, types::ID OutputType);