Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp10878 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local
10882 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()
10885 if (NewTSI->getType()->isUndeducedType()) { in RebuildTemplateParamsInCurrentInstantiation()
10891 NewTSI = SubstAutoTypeSourceInfo(NewTSI, Context.DependentTy); in RebuildTemplateParamsInCurrentInstantiation()
10894 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()
10895 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
10896 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()
DSemaType.cpp3241 TypeSourceInfo *NewTSI = in InventTemplateParameter() local
3244 return {NewT, NewTSI}; in InventTemplateParameter()
/external/clang/lib/Sema/
DSemaTemplate.cpp8518 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local
8522 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()
8525 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()
8526 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
8527 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()