Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp8097 TypeSourceInfo *NewTSI in RebuildTemplateParamsInCurrentInstantiation() local
8101 if (!NewTSI) in RebuildTemplateParamsInCurrentInstantiation()
8104 if (NewTSI != NTTP->getTypeSourceInfo()) { in RebuildTemplateParamsInCurrentInstantiation()
8105 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
8106 NTTP->setType(NewTSI->getType()); in RebuildTemplateParamsInCurrentInstantiation()