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.cpp4455 TypeSourceInfo *OldTInfo = D->getTypeSourceInfo(); in SubstFunctionType() local
4456 assert(OldTInfo && "substituting function without type source info"); in SubstFunctionType()
4467 OldTInfo, TemplateArgs, D->getTypeSpecStartLoc(), D->getDeclName(), in SubstFunctionType()
4472 TypeLoc OldTL = OldTInfo->getTypeLoc().IgnoreParens(); in SubstFunctionType()
4474 if (NewTInfo != OldTInfo) { in SubstFunctionType()
H A DTreeTransform.h4535 if (TypeSourceInfo *OldTInfo = NameInfo.getNamedTypeInfo()) { in TransformDeclarationNameInfo() local
4536 NewTInfo = getDerived().TransformType(OldTInfo); in TransformDeclarationNameInfo()