Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstTy

714     TypeSourceInfo *InstTy;
720 InstTy = Ty;
722 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
725 if (!InstTy)
729 D->getFriendLoc(), InstTy);