Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstTy

597     TypeSourceInfo *InstTy;
603 InstTy = Ty;
605 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
608 if (!InstTy)
612 D->getFriendLoc(), InstTy);