Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h623 template <bool IsConst> class ElementRefImpl {
625 template <bool IsOtherConst> friend class ElementRefImpl; variable
638 ElementRefImpl(CFGBlockPtr Parent, size_t Index) in ElementRefImpl() function
642 ElementRefImpl(ElementRefImpl<IsOtherConst> Other) in ElementRefImpl() function
643 : ElementRefImpl(Other.Parent, Other.Index) {} in ElementRefImpl()
650 bool operator<(ElementRefImpl Other) const {
655 bool operator==(ElementRefImpl Other) const {
659 bool operator!=(ElementRefImpl Other) const { return !(*this == Other); }
689 using ElementRef = typename CFGBlock::ElementRefImpl<IsConst>;
886 using CFGElementRef = ElementRefImpl<false>;
[all …]