Home
last modified time | relevance | path

Searched refs:OldTInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2972 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local
2973 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()
DTreeTransform.h3266 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local
3267 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()