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