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

/external/clang/lib/Sema/
H A DTreeTransform.h3943 QualType NewClsType; local
3945 NewClsType = NewClsTInfo->getType();
3947 NewClsType = getDerived().TransformType(OldClsType);
3948 if (NewClsType.isNull())
3955 NewClsType != OldClsType) {
3956 Result = getDerived().RebuildMemberPointerType(PointeeType, NewClsType,

Completed in 77 milliseconds