Searched defs:SwappedEqualQualTypePair (Results 1 – 1 of 1) sorted by relevance
2024 struct SwappedEqualQualTypePair { struct2025 QualType LHSType, RHSType;2027 bool operator==(const SwappedEqualQualTypePair &Other) const { in operator ==()2032 bool operator<(const SwappedEqualQualTypePair &Other) const { in operator <()