clang 20.0.0git
|
decl_iterator - Iterates through the declarations stored within this context. 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 | |
decl_iterator ()=default | |
decl_iterator (Decl *C) | |
reference | operator* () const |
value_type | operator-> () const |
decl_iterator & | operator++ () |
decl_iterator | operator++ (int) |
Friends | |
bool | operator== (decl_iterator x, decl_iterator y) |
bool | operator!= (decl_iterator x, decl_iterator y) |
decl_iterator - Iterates through the declarations stored within this context.
Definition at line 2307 of file DeclBase.h.
using clang::DeclContext::decl_iterator::difference_type = std::ptrdiff_t |
Definition at line 2316 of file DeclBase.h.
using clang::DeclContext::decl_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 2315 of file DeclBase.h.
using clang::DeclContext::decl_iterator::pointer = const value_type * |
Definition at line 2314 of file DeclBase.h.
using clang::DeclContext::decl_iterator::reference = const value_type & |
Definition at line 2313 of file DeclBase.h.
Definition at line 2312 of file DeclBase.h.
|
default |
|
inlineexplicit |
Definition at line 2319 of file DeclBase.h.
|
inline |
Definition at line 2321 of file DeclBase.h.
|
inline |
Definition at line 2326 of file DeclBase.h.
|
inline |
Definition at line 2331 of file DeclBase.h.
|
inline |
Definition at line 2324 of file DeclBase.h.
|
friend |
Definition at line 2341 of file DeclBase.h.
|
friend |
Definition at line 2337 of file DeclBase.h.