Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9537 auto ComputeQualTypeODRHash = [&Hash](QualType Ty) { in diagnoseOdrViolations() local
9679 if (ComputeQualTypeODRHash(FirstType) != in diagnoseOdrViolations()
9680 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
9787 if (ComputeQualTypeODRHash(FirstType) != in diagnoseOdrViolations()
9788 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
9820 if (ComputeQualTypeODRHash(FirstType) != in diagnoseOdrViolations()
9821 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
10984 if (ComputeQualTypeODRHash(FirstType) != in diagnoseOdrViolations()
11111 if (ComputeQualTypeODRHash(FirstType) != in diagnoseOdrViolations()
11112 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()
[all …]