|
clang
5.0.0
|
Iterates through all the redeclarations of the same decl. More...
#include "clang/AST/DeclBase.h"
Public Types | |
| typedef Decl * | value_type |
| typedef const value_type & | reference |
| typedef const value_type * | pointer |
| typedef std::forward_iterator_tag | iterator_category |
| typedef std::ptrdiff_t | difference_type |
Public Member Functions | |
| redecl_iterator () | |
| redecl_iterator (Decl *C) | |
| reference | operator* () const |
| value_type | 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 866 of file DeclBase.h.
Definition at line 876 of file DeclBase.h.
| typedef std::forward_iterator_tag clang::Decl::redecl_iterator::iterator_category |
Definition at line 875 of file DeclBase.h.
| typedef const value_type* clang::Decl::redecl_iterator::pointer |
Definition at line 874 of file DeclBase.h.
| typedef const value_type& clang::Decl::redecl_iterator::reference |
Definition at line 873 of file DeclBase.h.
Definition at line 872 of file DeclBase.h.
|
inline |
Definition at line 878 of file DeclBase.h.
|
inlineexplicit |
Definition at line 879 of file DeclBase.h.
|
inline |
Definition at line 881 of file DeclBase.h.
References Current.
|
inline |
Definition at line 884 of file DeclBase.h.
|
inline |
Definition at line 893 of file DeclBase.h.
|
inline |
Definition at line 882 of file DeclBase.h.
References Current.
|
friend |
Definition at line 902 of file DeclBase.h.
|
friend |
Definition at line 899 of file DeclBase.h.
1.8.6