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

/external/clang/lib/Sema/
H A DTreeTransform.h3636 QualType NewClsType; local
3638 NewClsType = NewClsTInfo->getType();
3640 NewClsType = getDerived().TransformType(OldClsType);
3641 if (NewClsType.isNull())
3648 NewClsType != OldClsType) {
3649 Result = getDerived().RebuildMemberPointerType(PointeeType, NewClsType,

Completed in 54 milliseconds