clang
3.9.0
|
An iterator over the dependent diagnostics in a dependent context. More...
#include <DependentDiagnostic.h>
Public Types | |
typedef DependentDiagnostic * | value_type |
typedef DependentDiagnostic * | reference |
typedef DependentDiagnostic * | pointer |
typedef int | difference_type |
typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
ddiag_iterator () | |
ddiag_iterator (DependentDiagnostic *Ptr) | |
reference | operator* () const |
ddiag_iterator & | operator++ () |
ddiag_iterator | operator++ (int) |
bool | operator== (ddiag_iterator Other) const |
bool | operator!= (ddiag_iterator Other) const |
ddiag_iterator & | operator+= (difference_type N) |
ddiag_iterator | operator+ (difference_type N) const |
An iterator over the dependent diagnostics in a dependent context.
Definition at line 124 of file DependentDiagnostic.h.
Definition at line 132 of file DependentDiagnostic.h.
typedef std::forward_iterator_tag clang::DeclContext::ddiag_iterator::iterator_category |
Definition at line 133 of file DependentDiagnostic.h.
Definition at line 131 of file DependentDiagnostic.h.
Definition at line 130 of file DependentDiagnostic.h.
Definition at line 129 of file DependentDiagnostic.h.
|
inline |
Definition at line 126 of file DependentDiagnostic.h.
|
inlineexplicit |
Definition at line 127 of file DependentDiagnostic.h.
|
inline |
Definition at line 153 of file DependentDiagnostic.h.
|
inline |
Definition at line 135 of file DependentDiagnostic.h.
|
inline |
Definition at line 164 of file DependentDiagnostic.h.
|
inline |
Definition at line 137 of file DependentDiagnostic.h.
|
inline |
Definition at line 143 of file DependentDiagnostic.h.
|
inline |
Definition at line 157 of file DependentDiagnostic.h.
|
inline |
Definition at line 149 of file DependentDiagnostic.h.