Searched defs:QualTypeOrdering (Results 1 – 5 of 5) sorted by relevance
28 struct QualTypeOrdering { struct29 bool operator()(QualType T1, QualType T2) const { in operator()
29 struct QualTypeOrdering : std::binary_function<QualType, QualType, bool> { struct30 bool operator()(QualType T1, QualType T2) const { in operator()