Lines Matching refs:OutputTy
4558 types::ID OutputTy; in ConstructPhaseAction() local
4563 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
4565 OutputTy = Input->getType(); in ConstructPhaseAction()
4575 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
4576 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
4579 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
4586 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
4587 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
4593 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
4597 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
4602 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
4606 return C.MakeAction<HeaderModulePrecompileJobAction>(Input, OutputTy, in ConstructPhaseAction()
4608 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()