Home | History | Annotate | Download | only in Sema

Lines Matching defs:TSInfo

330     if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo())
331 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);
455 TypeSourceInfo *TSInfo;
456 GetTypeFromParser(Type, &TSInfo);
457 if (!TSInfo)
460 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc, None);