Home | History | Annotate | Download | only in Sema

Lines Matching refs:TSI

3070   TypeSourceInfo *TSI = nullptr;
3079 TSI = AL.getTypeSourceInfo();
3138 TSI = TLB.getTypeSourceInfo(Context, ArgType);
3143 TemplateArgumentLocInfo(TSI));
3161 if (CheckTemplateArgument(Param, TSI
8017 TypeSourceInfo *TSI = Context.CreateTypeSourceInfo(T);
8019 DependentNameTypeLoc TL = TSI->getTypeLoc().castAs<DependentNameTypeLoc>();
8024 ElaboratedTypeLoc TL = TSI->getTypeLoc().castAs<ElaboratedTypeLoc>();
8030 return CreateParsedType(T, TSI);
8099 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T);
8100 return CreateParsedType(T, TSI);