Searched refs:SecondHashes (Results 1 – 1 of 1) sorted by relevance
9931 DeclHashes &SecondHashes) { in diagnoseOdrViolations() argument9934 auto SecondIt = SecondHashes.begin(); in diagnoseOdrViolations()9935 while (FirstIt != FirstHashes.end() || SecondIt != SecondHashes.end()) { in diagnoseOdrViolations()9936 if (FirstIt != FirstHashes.end() && SecondIt != SecondHashes.end() && in diagnoseOdrViolations()9945 SecondIt == SecondHashes.end() ? nullptr : SecondIt->first; in diagnoseOdrViolations()10339 DeclHashes SecondHashes; in diagnoseOdrViolations() local10342 PopulateHashes(SecondHashes, SecondRecord, DC); in diagnoseOdrViolations()10344 auto DR = FindTypeDiffs(FirstHashes, SecondHashes); in diagnoseOdrViolations()11492 DeclHashes SecondHashes; in diagnoseOdrViolations() local11493 PopulateHashes(SecondHashes, SecondEnum); in diagnoseOdrViolations()[all …]