Home | History | Annotate | Download | only in Sema

Lines Matching refs:SubstType

80           TypeSourceInfo *Result = SubstType(Aligned->getAlignmentType(),
135 DI = SemaRef.SubstType(DI, TemplateArgs,
306 TypeSourceInfo *DI = SemaRef.SubstType(D->getTypeSourceInfo(),
435 DI = SemaRef.SubstType(DI, TemplateArgs,
549 InstTy = SemaRef.SubstType(Ty, TemplateArgs,
614 Enum->setIntegerTypeSourceInfo(SemaRef.SubstType(TI,
1611 TypeSourceInfo *NewDI =SemaRef.SubstType(D->getExpansionTypeSourceInfo(I),
1656 TypeSourceInfo *NewDI = SemaRef.SubstType(Pattern, TemplateArgs,
1681 SubstType(Pattern, TemplateArgs,
1696 DI = SemaRef.SubstType(D->getTypeSourceInfo(), TemplateArgs,
2261 QualType T = SemaRef.SubstType(PackExpansion->getPattern(),
2277 QualType T = SemaRef.SubstType(PackExpansion->getPattern(),
2295 = SemaRef.SubstType(Proto->getExceptionType(I), TemplateArgs,
2776 TypeSourceInfo *BaseTInfo = SubstType(Init->getBaseClassInfo(),
2812 TypeSourceInfo *BaseTInfo = SubstType(Init->getBaseClassInfo(),
3159 // If we call SubstType with an InjectedClassNameType here we
3177 T = SubstType(T, TemplateArgs, Loc, DeclarationName());