Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp11434 QualType SecondUnderlyingType = in diagnoseOdrViolations() local
11438 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11444 << !SecondUnderlyingType.isNull(); in diagnoseOdrViolations()
11449 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11451 ComputeQualTypeODRHash(SecondUnderlyingType)) { in diagnoseOdrViolations()
11457 << SecondUnderlyingType; in diagnoseOdrViolations()