Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance
2676 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local2677 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()2688 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs, in SubstFunctionType()2695 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()2697 if (NewTInfo != OldTInfo) { in SubstFunctionType()
2980 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local2981 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()