Lines Matching refs:OutputTy
3901 types::ID OutputTy; in ConstructPhaseAction() local
3906 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
3908 OutputTy = Input->getType(); in ConstructPhaseAction()
3914 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
3915 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3918 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
3921 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
3922 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3928 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
3932 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
3937 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
3941 return C.MakeAction<HeaderModulePrecompileJobAction>(Input, OutputTy, in ConstructPhaseAction()
3943 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()