Home | History | Annotate | Download | only in Sema

Lines Matching refs:TSI

4604     TypeSourceInfo *TSI = nullptr;
4605 QualType T = S.GetTypeFromParser(DS.getRepAsType(), &TSI);
4611 if (!TSI)
4612 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
4615 TSI = S.RebuildTypeInCurrentInstantiation(TSI, D.getIdentifierLoc(), Name);
4616 if (!TSI) return true;
4619 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI);
9088 TypeSourceInfo *TSI,
9144 if (DeduceAutoType(TSI, DeduceInit, DeducedType) == DAR_Failed) {
9151 << (DeduceInit->getType().isNull() ? TSI->getType()
9156 << Name << TSI->getType()
9157 << (DeduceInit->getType().isNull() ? TSI->getType()
9169 SourceLocation Loc = TSI->getTypeLoc().getBeginLoc();