Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp11251 QualType FirstUnderlyingType = in diagnoseOdrViolations() local
11259 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11262 << !FirstUnderlyingType.isNull(); in diagnoseOdrViolations()
11270 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11271 if (ComputeQualTypeODRHash(FirstUnderlyingType) != in diagnoseOdrViolations()
11275 << FirstUnderlyingType; in diagnoseOdrViolations()