Home | History | Annotate | Download | only in AST

Lines Matching refs:OtherQuals

2248     Qualifiers otherQuals
2250 return thisQuals.isAddressSpaceSupersetOf(otherQuals) ||
2251 otherQuals.isAddressSpaceSupersetOf(thisQuals);
5689 Qualifiers OtherQuals = other.getQualifiers();
5690 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
5698 Qualifiers OtherQuals = other.getQualifiers();
5702 OtherQuals.removeUnaligned();
5704 return getQualifiers().compatiblyIncludes(OtherQuals);