Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11263 QualType SecondUnderlyingType = in diagnoseOdrViolations() local
11267 if (FirstUnderlyingType.isNull() != SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11271 << !SecondUnderlyingType.isNull(); in diagnoseOdrViolations()
11276 if (!FirstUnderlyingType.isNull() && !SecondUnderlyingType.isNull()) { in diagnoseOdrViolations()
11278 computeODRHash(SecondUnderlyingType)) { in diagnoseOdrViolations()
11282 << SecondUnderlyingType; in diagnoseOdrViolations()