Lines Matching refs:OutputTy
3369 types::ID OutputTy; in ConstructPhaseAction() local
3372 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
3374 OutputTy = Input->getType(); in ConstructPhaseAction()
3380 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
3381 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3384 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
3387 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
3388 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
3394 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
3398 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
3403 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
3407 return C.MakeAction<HeaderModulePrecompileJobAction>(Input, OutputTy, in ConstructPhaseAction()
3409 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()