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.cpp579 ODRDiagsEmitter::FindTypeDiffs(DeclHashes &FirstHashes, in FindTypeDiffs()
580 DeclHashes &SecondHashes) { in FindTypeDiffs()
891 auto PopulateHashes = [](DeclHashes &Hashes, const RecordDecl *Record, in diagnoseMismatch()
900 DeclHashes FirstHashes; in diagnoseMismatch()
901 DeclHashes SecondHashes; in diagnoseMismatch()
1571 auto PopulateHashes = [](DeclHashes &Hashes, const RecordDecl *Record, in diagnoseMismatch()
1580 DeclHashes FirstHashes; in diagnoseMismatch()
1581 DeclHashes SecondHashes; in diagnoseMismatch()
1865 using DeclHashes = in diagnoseMismatch() typedef
1867 auto PopulateHashes = [FirstEnum](DeclHashes &Hashes, const EnumDecl *Enum) { in diagnoseMismatch()
[all …]