Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance
2972 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local2973 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()2984 = SemaRef.SubstFunctionDeclType(OldTInfo, TemplateArgs, in SubstFunctionType()2991 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()2993 if (NewTInfo != OldTInfo) { in SubstFunctionType()
3266 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local3267 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()