Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11463 QualType SecondUnderlyingType = in diagnoseOdrViolations() local
11467 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11473 << !SecondUnderlyingType.isNull(); in diagnoseOdrViolations()
11478 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11480 ComputeQualTypeODRHash(SecondUnderlyingType)) { in diagnoseOdrViolations()
11486 << SecondUnderlyingType; in diagnoseOdrViolations()