Lines Matching refs:OutputTy
3918 types::ID OutputTy; in ConstructPhaseAction() local
3923 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
3925 OutputTy = Input->getType(); in ConstructPhaseAction()
3931 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
3932 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3935 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
3938 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
3939 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3945 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
3949 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
3954 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
3958 return C.MakeAction<HeaderModulePrecompileJobAction>(Input, OutputTy, in ConstructPhaseAction()
3960 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()