Lines Matching refs:OutputTy
3767 types::ID OutputTy; in ConstructPhaseAction() local
3772 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
3774 OutputTy = Input->getType(); in ConstructPhaseAction()
3780 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
3781 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3784 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
3787 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
3788 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3794 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
3798 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
3803 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
3807 return C.MakeAction<HeaderModulePrecompileJobAction>(Input, OutputTy, in ConstructPhaseAction()
3809 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()