Lines Matching defs:computeODRHash

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