clang 22.0.0git
|
Iterates through all the redeclarations of the same decl. More...
#include "clang/AST/DeclBase.h"
Public Types | |
using | value_type = Decl * |
using | reference = const value_type & |
using | pointer = const value_type * |
using | iterator_category = std::forward_iterator_tag |
using | difference_type = std::ptrdiff_t |
Public Member Functions | |
redecl_iterator ()=default | |
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 1003 of file DeclBase.h.
using clang::Decl::redecl_iterator::difference_type = std::ptrdiff_t |
Definition at line 1013 of file DeclBase.h.
using clang::Decl::redecl_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 1012 of file DeclBase.h.
using clang::Decl::redecl_iterator::pointer = const value_type * |
Definition at line 1011 of file DeclBase.h.
using clang::Decl::redecl_iterator::reference = const value_type & |
Definition at line 1010 of file DeclBase.h.
using clang::Decl::redecl_iterator::value_type = Decl * |
Definition at line 1009 of file DeclBase.h.
|
default |
Referenced by operator!=, operator++(), operator++(), and operator==.
|
inlineexplicit |
Definition at line 1016 of file DeclBase.h.
References clang::C, and clang::Decl::Decl().
|
inline |
Definition at line 1018 of file DeclBase.h.
|
inline |
Definition at line 1021 of file DeclBase.h.
References clang::Decl::Decl(), Next, and redecl_iterator().
|
inline |
Definition at line 1030 of file DeclBase.h.
References redecl_iterator().
|
inline |
Definition at line 1019 of file DeclBase.h.
|
friend |
Definition at line 1040 of file DeclBase.h.
References redecl_iterator().
|
friend |
Definition at line 1036 of file DeclBase.h.
References redecl_iterator().