Home | History | Annotate | Download | only in AST

Lines Matching refs:OtherQuals

2249     Qualifiers otherQuals = other.getPointeeType().getQualifiers();
2251 return thisQuals.isAddressSpaceSupersetOf(otherQuals) ||
2252 otherQuals.isAddressSpaceSupersetOf(thisQuals);
5633 Qualifiers OtherQuals = other.getQualifiers();
5634 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
5642 Qualifiers OtherQuals = other.getQualifiers();
5646 OtherQuals.removeUnaligned();
5648 return getQualifiers().compatiblyIncludes(OtherQuals);