Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp11300 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local
11304 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()
11307 if (NewTSI->getType()->isUndeducedType()) { in RebuildTemplateParamsInCurrentInstantiation()
11313 NewTSI = SubstAutoTypeSourceInfoDependent(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
11316 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()
11317 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
11318 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaType.cpp3114 TypeSourceInfo *NewTSI = in InventTemplateParameter() local
3117 return {NewT, NewTSI}; in InventTemplateParameter()