Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h675 friend class ElementRefIterator; variable
705 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function
709 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function
712 bool operator<(ElementRefIterator Other) const {
717 bool operator==(ElementRefIterator Other) const {
721 bool operator!=(ElementRefIterator Other) const {
745 ElementRefIterator operator++() {
749 ElementRefIterator operator++(int) {
750 ElementRefIterator Ret = *this;
754 ElementRefIterator operator+(size_t count) {
[all …]