Searched refs:SecondUnderlyingType (Results 1 – 1 of 1) sorted by relevance
1842 QualType SecondUnderlyingType = in diagnoseMismatch() local1846 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseMismatch()1848 DiagNote(SecondEnum, SingleSpecifiedType) << !SecondUnderlyingType.isNull(); in diagnoseMismatch()1852 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseMismatch()1854 computeODRHash(SecondUnderlyingType)) { in diagnoseMismatch()1856 DiagNote(SecondEnum, DifferentSpecifiedTypes) << SecondUnderlyingType; in diagnoseMismatch()