Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance
5004 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local5005 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()5016 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType()5021 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()5023 if (NewTInfo != OldTInfo) { in SubstFunctionType()
4743 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local4744 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()