Home
last modified time | relevance | path

Searched refs:SecondUnderlyingType (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1847 QualType SecondUnderlyingType = in diagnoseMismatch() local
1851 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()