Searched refs:SecondHashes (Results 1 – 1 of 1) sorted by relevance
10039 DeclHashes &SecondHashes) { in diagnoseOdrViolations() argument10042 auto SecondIt = SecondHashes.begin(); in diagnoseOdrViolations()10043 while (FirstIt != FirstHashes.end() || SecondIt != SecondHashes.end()) { in diagnoseOdrViolations()10044 if (FirstIt != FirstHashes.end() && SecondIt != SecondHashes.end() && in diagnoseOdrViolations()10053 SecondIt == SecondHashes.end() ? nullptr : SecondIt->first; in diagnoseOdrViolations()10447 DeclHashes SecondHashes; in diagnoseOdrViolations() local10450 PopulateHashes(SecondHashes, SecondRecord, DC); in diagnoseOdrViolations()10452 auto DR = FindTypeDiffs(FirstHashes, SecondHashes); in diagnoseOdrViolations()11600 DeclHashes SecondHashes; in diagnoseOdrViolations() local11601 PopulateHashes(SecondHashes, SecondEnum); in diagnoseOdrViolations()[all …]