Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1843 QualType FirstUnderlyingType = in diagnoseMismatch() local
1851 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseMismatch()
1852 DiagError(FirstEnum, SingleSpecifiedType) << !FirstUnderlyingType.isNull(); in diagnoseMismatch()
1857 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseMismatch()
1858 if (computeODRHash(FirstUnderlyingType) != in diagnoseMismatch()
1860 DiagError(FirstEnum, DifferentSpecifiedTypes) << FirstUnderlyingType; in diagnoseMismatch()