Searched refs:ElementRefImpl (Results 1 – 1 of 1) sorted by relevance
622 template <bool IsConst> class ElementRefImpl {624 template <bool IsOtherConst> friend class ElementRefImpl; variable637 ElementRefImpl(CFGBlockPtr Parent, size_t Index) in ElementRefImpl() function641 ElementRefImpl(ElementRefImpl<IsOtherConst> Other) in ElementRefImpl() function642 : ElementRefImpl(Other.Parent, Other.Index) {} in ElementRefImpl()649 bool operator<(ElementRefImpl Other) const {654 bool operator==(ElementRefImpl Other) const {658 bool operator!=(ElementRefImpl Other) const { return !(*this == Other); }688 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>;885 using CFGElementRef = ElementRefImpl<false>;[all …]