LLVM 19.0.0git
Public Types | Public Member Functions | List of all members
llvm::DITypeRefArray::iterator Class Reference

#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)
 
DITypeoperator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
bool operator== (const iterator &X) const
 
bool operator!= (const iterator &X) const
 

Detailed Description

Definition at line 92 of file DebugInfoMetadata.h.

Member Typedef Documentation

◆ difference_type

Definition at line 98 of file DebugInfoMetadata.h.

◆ iterator_category

using llvm::DITypeRefArray::iterator::iterator_category = std::input_iterator_tag

Definition at line 96 of file DebugInfoMetadata.h.

◆ pointer

Definition at line 99 of file DebugInfoMetadata.h.

◆ reference

Definition at line 100 of file DebugInfoMetadata.h.

◆ value_type

Definition at line 97 of file DebugInfoMetadata.h.

Constructor & Destructor Documentation

◆ iterator() [1/2]

llvm::DITypeRefArray::iterator::iterator ( )
default

◆ iterator() [2/2]

llvm::DITypeRefArray::iterator::iterator ( MDNode::op_iterator  I)
inlineexplicit

Definition at line 103 of file DebugInfoMetadata.h.

References I.

Member Function Documentation

◆ operator!=()

bool llvm::DITypeRefArray::iterator::operator!= ( const iterator X) const
inline

Definition at line 119 of file DebugInfoMetadata.h.

References I, and X.

◆ operator*()

DIType * llvm::DITypeRefArray::iterator::operator* ( ) const
inline

Definition at line 105 of file DebugInfoMetadata.h.

References I.

◆ operator++() [1/2]

iterator & llvm::DITypeRefArray::iterator::operator++ ( )
inline

Definition at line 107 of file DebugInfoMetadata.h.

References I.

◆ operator++() [2/2]

iterator llvm::DITypeRefArray::iterator::operator++ ( int  )
inline

Definition at line 112 of file DebugInfoMetadata.h.

References I.

◆ operator==()

bool llvm::DITypeRefArray::iterator::operator== ( const iterator X) const
inline

Definition at line 118 of file DebugInfoMetadata.h.

References I, and X.


The documentation for this class was generated from the following file: