Lines Matching refs:OutputTy
4544 types::ID OutputTy; in ConstructPhaseAction() local
4549 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
4551 OutputTy = Input->getType(); in ConstructPhaseAction()
4561 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
4562 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
4565 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
4572 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
4573 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
4579 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
4583 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
4588 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
4591 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()