Home | History | Annotate | Download | only in Sema

Lines Matching defs:TSInfo

4686     TypeSourceInfo *TSInfo = Entity.getTypeSourceInfo();
4687 if (!TSInfo)
4688 TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc);
4695 TSInfo,
5208 TypeSourceInfo *TSInfo = Entity.getTypeSourceInfo();
5209 if (!TSInfo)
5210 TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type,
5214 TSInfo->getType().getNonLValueExprType(S.Context),
5215 TSInfo,