Searched refs:TypeParm (Results 1 – 3 of 3) sorted by relevance
5275 TemplateTypeParmType *TypeParm in getTemplateTypeParmType() local5278 if (TypeParm) in getTemplateTypeParmType()5279 return QualType(TypeParm, 0); in getTemplateTypeParmType()5283 TypeParm = new (*this, alignof(TemplateTypeParmType)) in getTemplateTypeParmType()5291 TypeParm = new (*this, alignof(TemplateTypeParmType)) in getTemplateTypeParmType()5294 Types.push_back(TypeParm); in getTemplateTypeParmType()5295 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos); in getTemplateTypeParmType()5297 return QualType(TypeParm, 0); in getTemplateTypeParmType()
1375 auto *TypeParm = ParamRef->getPointeeType()->getAs<TemplateTypeParmType>(); in isForwardingReference() local1376 return TypeParm && TypeParm->getIndex() >= FirstInnerIndex; in isForwardingReference()
4907 if (TemplateTypeParmDecl *TypeParm = dyn_cast<TemplateTypeParmDecl>(Param)) { in SubstDefaultTemplateArgumentIfAvailable() local4908 if (!hasReachableDefaultArgument(TypeParm)) in SubstDefaultTemplateArgumentIfAvailable()4914 TypeParm, SugaredConverted, in SubstDefaultTemplateArgumentIfAvailable()