|
LLVM 22.0.0git
|
#include "llvm/IR/DebugInfoMetadata.h"
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = DIType * |
| using | difference_type = std::ptrdiff_t |
| using | pointer = void |
| using | reference = DIType * |
Public Member Functions | |
| iterator ()=default | |
| iterator (MDNode::op_iterator I) | |
| DIType * | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &X) const |
| bool | operator!= (const iterator &X) const |
Definition at line 142 of file DebugInfoMetadata.h.
| using llvm::DITypeRefArray::iterator::difference_type = std::ptrdiff_t |
Definition at line 148 of file DebugInfoMetadata.h.
| using llvm::DITypeRefArray::iterator::iterator_category = std::input_iterator_tag |
Definition at line 146 of file DebugInfoMetadata.h.
| using llvm::DITypeRefArray::iterator::pointer = void |
Definition at line 149 of file DebugInfoMetadata.h.
Definition at line 150 of file DebugInfoMetadata.h.
Definition at line 147 of file DebugInfoMetadata.h.
|
default |
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inlineexplicit |
Definition at line 153 of file DebugInfoMetadata.h.
Definition at line 169 of file DebugInfoMetadata.h.
References iterator(), and X.
|
inline |
Definition at line 155 of file DebugInfoMetadata.h.
References llvm::cast_or_null().
|
inline |
Definition at line 157 of file DebugInfoMetadata.h.
References iterator().
|
inline |
Definition at line 162 of file DebugInfoMetadata.h.
References iterator().
Definition at line 168 of file DebugInfoMetadata.h.
References iterator(), and X.