Lines Matching refs:OutputTy
4693 types::ID OutputTy; in ConstructPhaseAction() local
4698 OutputTy = types::TY_Dependencies; in ConstructPhaseAction()
4700 OutputTy = Input->getType(); in ConstructPhaseAction()
4710 OutputTy = types::getPreprocessedType(OutputTy); in ConstructPhaseAction()
4711 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
4714 return C.MakeAction<PreprocessJobAction>(Input, OutputTy); in ConstructPhaseAction()
4721 types::ID OutputTy = getPrecompiledType(Input->getType()); in ConstructPhaseAction() local
4722 assert(OutputTy != types::TY_INVALID && in ConstructPhaseAction()
4728 if (OutputTy == types::TY_PCH) { in ConstructPhaseAction()
4732 OutputTy = types::TY_ModuleFile; in ConstructPhaseAction()
4737 OutputTy = types::TY_Nothing; in ConstructPhaseAction()
4740 return C.MakeAction<PrecompileJobAction>(Input, OutputTy); in ConstructPhaseAction()