class DenseSetPair

Declaration

template <typename KeyT>
class DenseSetPair : public DenseSetEmpty { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ADT/DenseSet.h:34

Inherits from: DenseSetEmpty

Templates

KeyT

Member Variables

private KeyT key

Method Overview

Methods

KeyT& getFirst()

Declared at: llvm/include/llvm/ADT/DenseSet.h:38

const KeyT& getFirst() const

Declared at: llvm/include/llvm/ADT/DenseSet.h:39

llvm::detail::DenseSetEmpty& getSecond()

Declared at: llvm/include/llvm/ADT/DenseSet.h:40

const llvm::detail::DenseSetEmpty& getSecond()
    const

Declared at: llvm/include/llvm/ADT/DenseSet.h:41