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.cpp10741 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local
10745 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()
10748 if (NewTSI->getType()->isUndeducedType()) { in RebuildTemplateParamsInCurrentInstantiation()
10754 NewTSI = SubstAutoTypeSourceInfoDependent(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
10757 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()
10758 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
10759 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaType.cpp3062 TypeSourceInfo *NewTSI = in InventTemplateParameter() local
3065 return {NewT, NewTSI}; in InventTemplateParameter()