Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5004 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local
5005 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()
5016 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType()
5021 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()
5023 if (NewTInfo != OldTInfo) { in SubstFunctionType()
H A DTreeTransform.h4743 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local
4744 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()