Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp629 auto SecondIt = SecondHashes.begin(); in FindTypeDiffs() local
630 while (FirstIt != FirstHashes.end() || SecondIt != SecondHashes.end()) { in FindTypeDiffs()
631 if (FirstIt != FirstHashes.end() && SecondIt != SecondHashes.end() && in FindTypeDiffs()
632 FirstIt->second == SecondIt->second) { in FindTypeDiffs()
634 ++SecondIt; in FindTypeDiffs()
639 DR.SecondDecl = SecondIt == SecondHashes.end() ? nullptr : SecondIt->first; in FindTypeDiffs()