Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp11421 QualType SecondUnderlyingType = in diagnoseOdrViolations() local
11425 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11431 << !SecondUnderlyingType.isNull(); in diagnoseOdrViolations()
11436 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11438 ComputeQualTypeODRHash(SecondUnderlyingType)) { in diagnoseOdrViolations()
11444 << SecondUnderlyingType; in diagnoseOdrViolations()