Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance
3191 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local3192 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()3203 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs, in SubstFunctionType()3210 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()3212 if (NewTInfo != OldTInfo) { in SubstFunctionType()
3560 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local3561 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()