Lines Matching refs:computeODRHash

18 static unsigned computeODRHash(QualType Ty) {  in computeODRHash()  function
24 static unsigned computeODRHash(const Stmt *S) { in computeODRHash() function
30 static unsigned computeODRHash(const Decl *D) { in computeODRHash() function
37 static unsigned computeODRHash(const TemplateArgument &TA) { in computeODRHash() function
113 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseSubMismatchMethodParameters()
180 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseSubMismatchField()
198 unsigned FirstBitWidthHash = computeODRHash(FirstField->getBitWidth()); in diagnoseSubMismatchField()
199 unsigned SecondBitWidthHash = computeODRHash(SecondField->getBitWidth()); in diagnoseSubMismatchField()
232 unsigned FirstInitHash = computeODRHash(FirstInitializer); in diagnoseSubMismatchField()
233 unsigned SecondInitHash = computeODRHash(SecondInitializer); in diagnoseSubMismatchField()
278 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseSubMismatchTypedef()
321 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseSubMismatchVar()
343 computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseSubMismatchVar()
448 if (computeODRHash(FirstMethod->getReturnType()) != in diagnoseSubMismatchObjCMethod()
449 computeODRHash(SecondMethod->getReturnType())) { in diagnoseSubMismatchObjCMethod()
535 if (computeODRHash(FirstProp->getType()) != in diagnoseSubMismatchObjCProperty()
536 computeODRHash(SecondProp->getType())) { in diagnoseSubMismatchObjCProperty()
782 if (computeODRHash(FirstBase.getType()) != in diagnoseMismatch()
783 computeODRHash(SecondBase.getType())) { in diagnoseMismatch()
836 if (computeODRHash(FirstDecl) == computeODRHash(SecondDecl)) in diagnoseMismatch()
898 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch()
989 unsigned FirstODRHash = computeODRHash(FirstExpr); in diagnoseMismatch()
990 unsigned SecondODRHash = computeODRHash(SecondExpr); in diagnoseMismatch()
1027 unsigned FirstMessageODRHash = computeODRHash(FirstMessage); in diagnoseMismatch()
1028 unsigned SecondMessageODRHash = computeODRHash(SecondMessage); in diagnoseMismatch()
1173 computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseMismatch()
1226 if (computeODRHash(FirstTA) == computeODRHash(SecondTA)) in diagnoseMismatch()
1304 assert(computeODRHash(FirstFriendType) != in diagnoseMismatch()
1305 computeODRHash(SecondFriendType)); in diagnoseMismatch()
1416 if (computeODRHash(FirstTA) != computeODRHash(SecondTA)) { in diagnoseMismatch()
1478 if (computeODRHash(FirstTA) != computeODRHash(SecondTA)) { in diagnoseMismatch()
1505 if (computeODRHash(FirstType) != computeODRHash(SecondType)) { in diagnoseMismatch()
1531 if (computeODRHash(FirstDefaultArgument) != in diagnoseMismatch()
1532 computeODRHash(SecondDefaultArgument)) { in diagnoseMismatch()
1578 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch()
1693 if (computeODRHash(FirstFunction->getReturnType()) != in diagnoseMismatch()
1694 computeODRHash(SecondFunction->getReturnType())) { in diagnoseMismatch()
1728 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseMismatch()
1771 computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseMismatch()
1781 assert(computeODRHash(FirstParam) == computeODRHash(SecondParam) && in diagnoseMismatch()
1858 if (computeODRHash(FirstUnderlyingType) != in diagnoseMismatch()
1859 computeODRHash(SecondUnderlyingType)) { in diagnoseMismatch()
1876 Hashes.emplace_back(cast<EnumConstantDecl>(D), computeODRHash(D)); in diagnoseMismatch()
1917 if (computeODRHash(FirstInit) != computeODRHash(SecondInit)) { in diagnoseMismatch()
2015 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch()
2143 Hashes.emplace_back(D, computeODRHash(D)); in diagnoseMismatch()