Searched refs:PreprocessJobAction (Results 1 – 4 of 4) sorted by relevance
139 class PreprocessJobAction : public JobAction {141 PreprocessJobAction(Action *Input, types::ID OutputType);146 static bool classof(const PreprocessJobAction *) { return true; } in classof() argument
56 PreprocessJobAction::PreprocessJobAction(Action *Input, types::ID OutputType) in PreprocessJobAction() function in PreprocessJobAction
949 return new PreprocessJobAction(Input, OutputTy); in ConstructPhaseAction()1118 if (Inputs->size() == 1 && isa<PreprocessJobAction>(*Inputs->begin()) && in SelectToolForJob()1228 if (AtTopLevel && isa<PreprocessJobAction>(JA)) in GetNamedOutputPath()1422 if (isa<PreprocessJobAction>(JA)) { in ShouldUseClangCompiler()
1062 } else if (isa<PreprocessJobAction>(JA)) { in ConstructJob()2080 if (isa<PreprocessJobAction>(JA)) in ConstructJob()