Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DCFG.h622 template <bool IsConst> class ElementRefImpl {
624 template <bool IsOtherConst> friend class ElementRefImpl; variable
637 ElementRefImpl(CFGBlockPtr Parent, size_t Index) in ElementRefImpl() function
641 ElementRefImpl(ElementRefImpl<IsOtherConst> Other) in ElementRefImpl() function
642 : 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 …]