Searched refs:LeafNode (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DIntervalMap.h159 template <typename, typename, unsigned, typename> class LeafNode;
519 //--- IntervalMapImpl::LeafNode ---//
539 class LeafNode : public NodeBase<std::pair<KeyT, KeyT>, ValT, N> { class in namespace:llvm::IntervalMapImpl
602 unsigned LeafNode<KeyT, ValT, N, Traits>::
913 typedef IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits> Leaf;
916 typedef IntervalMapImpl::LeafNode<KeyT, ValT, N, Traits> RootLeaf;

Completed in 173 milliseconds