clang API Documentation
Iterates through all the redeclarations of the same decl. More...
#include <Redeclarable.h>
Public Types | |
| typedef decl_type * | value_type |
| typedef decl_type * | reference |
| typedef decl_type * | pointer |
| typedef std::forward_iterator_tag | iterator_category |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| redecl_iterator () | |
| redecl_iterator (decl_type *C) | |
| reference | operator* () const |
| pointer | operator-> () const |
| redecl_iterator & | operator++ () |
| redecl_iterator | operator++ (int) |
Friends | |
| bool | operator== (redecl_iterator x, redecl_iterator y) |
| bool | operator!= (redecl_iterator x, redecl_iterator y) |
Iterates through all the redeclarations of the same decl.
Definition at line 115 of file Redeclarable.h.
| typedef std::ptrdiff_t clang::Redeclarable< decl_type >::redecl_iterator::difference_type |
Definition at line 126 of file Redeclarable.h.
| typedef std::forward_iterator_tag clang::Redeclarable< decl_type >::redecl_iterator::iterator_category |
Definition at line 125 of file Redeclarable.h.
| typedef decl_type* clang::Redeclarable< decl_type >::redecl_iterator::pointer |
Definition at line 124 of file Redeclarable.h.
| typedef decl_type* clang::Redeclarable< decl_type >::redecl_iterator::reference |
Definition at line 123 of file Redeclarable.h.
| typedef decl_type* clang::Redeclarable< decl_type >::redecl_iterator::value_type |
Definition at line 122 of file Redeclarable.h.
| clang::Redeclarable< decl_type >::redecl_iterator::redecl_iterator | ( | ) | [inline] |
Definition at line 128 of file Redeclarable.h.
| clang::Redeclarable< decl_type >::redecl_iterator::redecl_iterator | ( | decl_type * | C | ) | [inline, explicit] |
Definition at line 129 of file Redeclarable.h.
| reference clang::Redeclarable< decl_type >::redecl_iterator::operator* | ( | ) | const [inline] |
Definition at line 132 of file Redeclarable.h.
| redecl_iterator& clang::Redeclarable< decl_type >::redecl_iterator::operator++ | ( | ) | [inline] |
Definition at line 135 of file Redeclarable.h.
| redecl_iterator clang::Redeclarable< decl_type >::redecl_iterator::operator++ | ( | int | ) | [inline] |
Definition at line 153 of file Redeclarable.h.
| pointer clang::Redeclarable< decl_type >::redecl_iterator::operator-> | ( | ) | const [inline] |
Definition at line 133 of file Redeclarable.h.
| bool operator!= | ( | redecl_iterator | x, |
| redecl_iterator | y | ||
| ) | [friend] |
Definition at line 162 of file Redeclarable.h.
| bool operator== | ( | redecl_iterator | x, |
| redecl_iterator | y | ||
| ) | [friend] |
Definition at line 159 of file Redeclarable.h.