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

/external/clang/lib/Sema/
H A DTreeTransform.h3627 TypeSourceInfo* NewClsTInfo = 0; local
3629 NewClsTInfo = getDerived().TransformType(OldClsTInfo);
3630 if (!NewClsTInfo)
3637 if (NewClsTInfo)
3638 NewClsType = NewClsTInfo->getType();
3657 NewTL.setClassTInfo(NewClsTInfo);

Completed in 109 milliseconds