Home | History | Annotate | Download | only in Sema

Lines Matching refs:TSI

3003   TypeSourceInfo *TSI = nullptr;
3012 TSI = AL.getTypeSourceInfo();
3071 TSI = TLB.getTypeSourceInfo(Context, ArgType);
3076 TemplateArgumentLocInfo(TSI));
3094 if (CheckTemplateArgument(Param, TSI))
7741 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T);
7743 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>();
7748 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>();
7754 return CreateParsedType(T, TSI);
7823 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T);
7824 return CreateParsedType(T, TSI);