Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance
4455 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local4456 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()4467 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType()4472 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()4474 if (NewTInfo != OldTInfo) { in SubstFunctionType()
4535 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local4536 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()