LLVM 22.0.0git
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 93 of file DebugInfoMetadata.h.

Member Typedef Documentation

◆ difference_type

Definition at line 99 of file DebugInfoMetadata.h.

◆ iterator_category

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

Definition at line 97 of file DebugInfoMetadata.h.

◆ pointer

Definition at line 100 of file DebugInfoMetadata.h.

◆ reference

◆ value_type

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 104 of file DebugInfoMetadata.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 120 of file DebugInfoMetadata.h.

References iterator(), and X.

◆ operator*()

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

Definition at line 106 of file DebugInfoMetadata.h.

References llvm::cast_or_null().

◆ operator++() [1/2]

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

Definition at line 108 of file DebugInfoMetadata.h.

References iterator().

◆ operator++() [2/2]

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

Definition at line 113 of file DebugInfoMetadata.h.

References iterator().

◆ operator==()

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

Definition at line 119 of file DebugInfoMetadata.h.

References iterator(), and X.


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