Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance
3035 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local3036 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()3047 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs, in SubstFunctionType()3054 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()3056 if (NewTInfo != OldTInfo) { in SubstFunctionType()
3454 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local3455 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()