Home | History | Annotate | Download | only in Sema

Lines Matching defs:TSInfo

321     if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo())
322 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);
446 TypeSourceInfo *TSInfo;
447 GetTypeFromParser(Type, &TSInfo);
448 if (!TSInfo)
451 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc, None);