Home
last modified time | relevance | path

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

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