Home
last modified time | relevance | path

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

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