Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h703 friend class ElementRefIterator; variable
733 ElementRefIterator(ElementRefIterator<false, IsOtherConst> E) in ElementRefIterator() function
737 ElementRefIterator(ElementRefIterator<true, IsOtherConst> E) in ElementRefIterator() function
740 bool operator<(ElementRefIterator Other) const {
745 bool operator==(ElementRefIterator Other) const {
749 bool operator!=(ElementRefIterator Other) const {
773 ElementRefIterator operator++() {
777 ElementRefIterator operator++(int) {
778 ElementRefIterator Ret = *this;
782 ElementRefIterator operator+(size_t count) {
[all …]