Home | History | Annotate | Download | only in Sema

Lines Matching refs:DI

497     TypeSourceInfo *DI;
498 QualType T = SemaRef.GetTypeFromParser(Arg.getAsType(), &DI);
499 if (!DI)
500 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
501 return TemplateArgumentLoc(TemplateArgument(T), DI);
2708 TypeSourceInfo *DI = SubstDefaultTemplateArgument(*this, Template,
2713 if (DI)
2714 return TemplateArgumentLoc(TemplateArgument(DI->getType()), DI);