Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h26 struct DeclMapInfo;
80 using Map = DenseSet<DeclContext *, DeclMapInfo>;
108 friend DeclMapInfo;
168 struct DeclMapInfo : private DenseMapInfo<DeclContext *> { struct