Home | History | Annotate | Download | only in Sema

Lines Matching refs:TSI

4186     TypeSourceInfo *TSI = nullptr;
4187 QualType T = S.GetTypeFromParser(DS.getRepAsType(), &TSI);
4193 if (!TSI)
4194 TSI = S.Context.getTrivialTypeSourceInfo(T, DS.getTypeSpecTypeLoc());
4197 TSI = S.RebuildTypeInCurrentInstantiation(TSI, D.getIdentifierLoc(), Name);
4198 if (!TSI) return true;
4201 ParsedType LocType = S.CreateParsedType(TSI->getType(), TSI);