Home | History | Annotate | Download | only in AST

Lines Matching refs:OtherQuals

2245     Qualifiers otherQuals = other.getPointeeType().getQualifiers();
2247 return thisQuals.isAddressSpaceSupersetOf(otherQuals) ||
2248 otherQuals.isAddressSpaceSupersetOf(thisQuals);
5617 Qualifiers OtherQuals = other.getQualifiers();
5618 return (MyQuals != OtherQuals && MyQuals.compatiblyIncludes(OtherQuals));
5626 Qualifiers OtherQuals = other.getQualifiers();
5630 OtherQuals.removeUnaligned();
5632 return getQualifiers().compatiblyIncludes(OtherQuals);