Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h28 struct DeclMapInfo;
82 using Map = DenseSet<DeclContext *, DeclMapInfo>;
110 friend DeclMapInfo;
170 struct DeclMapInfo : private DenseMapInfo<DeclContext *> { struct