Home | History | Annotate | Download | only in Sema

Lines Matching refs:TSI

718   TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType);
729 << DeclarationName(Id) << TSI->getType() << Loc;
734 << DeclarationName(Id) << TSI->getType() << Loc;
747 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) {
751 << (DeduceInit->getType().isNull() ? TSI->getType()
756 << DeclarationName(Id) << TSI->getType()
757 << (DeduceInit->getType().isNull() ? TSI->getType()
803 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType,
810 Loc, Id, InitCaptureType, TSI, SC_Auto);