Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h95 using DeclHashes = llvm::SmallVector<std::pair<const Decl *, unsigned>, 4>;
129 static DiffResult FindTypeDiffs(DeclHashes &FirstHashes,
130 DeclHashes &SecondHashes);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp581 ODRDiagsEmitter::FindTypeDiffs(DeclHashes &FirstHashes, in FindTypeDiffs()
582 DeclHashes &SecondHashes) { in FindTypeDiffs()
893 auto PopulateHashes = [](DeclHashes &Hashes, const RecordDecl *Record, in diagnoseMismatch()
902 DeclHashes FirstHashes; in diagnoseMismatch()
903 DeclHashes SecondHashes; in diagnoseMismatch()
1573 auto PopulateHashes = [](DeclHashes &Hashes, const RecordDecl *Record, in diagnoseMismatch()
1582 DeclHashes FirstHashes; in diagnoseMismatch()
1583 DeclHashes SecondHashes; in diagnoseMismatch()
1867 using DeclHashes = in diagnoseMismatch() typedef
1869 auto PopulateHashes = [FirstEnum](DeclHashes &Hashes, const EnumDecl *Enum) { in diagnoseMismatch()
[all …]