|
clang 24.0.0git
|
Forward iterator over a chain of StackFrame parents.
More...
#include "clang/Analysis/AnalysisDeclContext.h"
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | value_type = const StackFrame |
| using | difference_type = std::ptrdiff_t |
| using | pointer = const StackFrame * |
| using | reference = const StackFrame & |
Public Member Functions | |
| parent_iterator ()=default | |
| parent_iterator (const StackFrame *SF) | |
| reference | operator* () const |
| pointer | operator-> () const |
| parent_iterator & | operator++ () |
| parent_iterator | operator++ (int) |
| bool | operator== (const parent_iterator &Other) const |
| bool | operator!= (const parent_iterator &Other) const |
Forward iterator over a chain of StackFrame parents.
Advancing follows getParent(); the past-the-end iterator holds a null frame.
Definition at line 253 of file AnalysisDeclContext.h.
| using clang::StackFrame::parent_iterator::difference_type = std::ptrdiff_t |
Definition at line 259 of file AnalysisDeclContext.h.
| using clang::StackFrame::parent_iterator::iterator_category = std::forward_iterator_tag |
Definition at line 257 of file AnalysisDeclContext.h.
| using clang::StackFrame::parent_iterator::pointer = const StackFrame * |
Definition at line 260 of file AnalysisDeclContext.h.
| using clang::StackFrame::parent_iterator::reference = const StackFrame & |
Definition at line 261 of file AnalysisDeclContext.h.
| using clang::StackFrame::parent_iterator::value_type = const StackFrame |
Definition at line 258 of file AnalysisDeclContext.h.
|
default |
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inlineexplicit |
Definition at line 264 of file AnalysisDeclContext.h.
References clang::StackFrame::StackFrame().
|
inline |
Definition at line 281 of file AnalysisDeclContext.h.
References clang::Other, and parent_iterator().
|
inline |
Definition at line 266 of file AnalysisDeclContext.h.
|
inline |
Definition at line 268 of file AnalysisDeclContext.h.
References parent_iterator().
|
inline |
Definition at line 273 of file AnalysisDeclContext.h.
References parent_iterator().
|
inline |
Definition at line 267 of file AnalysisDeclContext.h.
|
inline |
Definition at line 278 of file AnalysisDeclContext.h.
References clang::Other, and parent_iterator().