Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h408 template <class Derived, class T> class FoldingSetImpl : public FoldingSetBase {
410 explicit FoldingSetImpl(unsigned Log2InitSize) in FoldingSetImpl() function
413 FoldingSetImpl(FoldingSetImpl &&Arg) = default;
414 FoldingSetImpl &operator=(FoldingSetImpl &&RHS) = default;
415 ~FoldingSetImpl() = default;
493 class FoldingSet : public FoldingSetImpl<FoldingSet<T>, T> {
494 using Super = FoldingSetImpl<FoldingSet, T>;
546 : public FoldingSetImpl<ContextualFoldingSet<T, Ctx>, T> {
552 using Super = FoldingSetImpl<ContextualFoldingSet, T>;