Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1842 QualType SecondUnderlyingType = in diagnoseMismatch() local
1846 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()