Searched refs:SecondUnderlyingType (Results 1 – 1 of 1) sorted by relevance
1847 QualType SecondUnderlyingType = in diagnoseMismatch() local1851 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseMismatch()1853 DiagNote(SecondEnum, SingleSpecifiedType) << !SecondUnderlyingType.isNull(); in diagnoseMismatch()1857 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseMismatch()1859 computeODRHash(SecondUnderlyingType)) { in diagnoseMismatch()1861 DiagNote(SecondEnum, DifferentSpecifiedTypes) << SecondUnderlyingType; in diagnoseMismatch()