Home
last modified time | relevance | path

Searched defs:DeclMapInfo (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h170 struct DeclMapInfo : private DenseMapInfo<DeclContext *> { struct
174 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue()
178 static bool isEqual(const DeclContext *LHS, const DeclContext *RHS) { in isEqual()