Home | History | Annotate | Download | only in Sema

Lines Matching refs:Combined

1342     // failed, the lookup result will have been cleared--that combined with the
1804 Qualifiers Combined = BaseQuals + MemberQuals;
1805 if (Combined != MemberQuals)
1806 MemberType = S.Context.getQualifiedType(MemberType, Combined);