|
LLVM
4.0.0
|
Typed iterator through MDNode operands. More...
#include <Metadata.h>
Public Member Functions | |
| TypedMDOperandIterator ()=default | |
| TypedMDOperandIterator (MDNode::op_iterator I) | |
| T * | operator* () const |
| TypedMDOperandIterator & | operator++ () |
| TypedMDOperandIterator | operator++ (int) |
| bool | operator== (const TypedMDOperandIterator &X) const |
| bool | operator!= (const TypedMDOperandIterator &X) const |
Typed iterator through MDNode operands.
An iterator that transforms an MDNode::iterator into an iterator over a particular Metadata subclass.
Definition at line 1158 of file Metadata.h.
|
default |
|
inlineexplicit |
Definition at line 1164 of file Metadata.h.
|
inline |
Definition at line 1180 of file Metadata.h.
|
inline |
Definition at line 1166 of file Metadata.h.
|
inline |
Definition at line 1168 of file Metadata.h.
|
inline |
Definition at line 1173 of file Metadata.h.
|
inline |
Definition at line 1179 of file Metadata.h.
1.8.6