Searched defs:NewClsTInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DTreeTransform.h4353 TypeSourceInfo *NewClsTInfo = nullptr; local
4355 NewClsTInfo = getDerived().TransformType(OldClsTInfo);
4356 if (!NewClsTInfo)
4363 if (NewClsTInfo)
4364 NewClsType = NewClsTInfo->getType();
4391 NewTL.setClassTInfo(NewClsTInfo);

Completed in 84 milliseconds