clang 22.0.0git
clang::EmbedExpr::ChildElementIter< Const > Class Template Reference

#include "clang/AST/Expr.h"

Inheritance diagram for clang::EmbedExpr::ChildElementIter< Const >:
[legend]

Public Member Functions

 ChildElementIter ()
BaseTy::reference operator* () const
BaseTy::pointer operator-> () const
ChildElementIteroperator++ ()
bool operator== (ChildElementIter Other) const

Friends

class EmbedExpr

Detailed Description

template<bool Const>
class clang::EmbedExpr::ChildElementIter< Const >

Definition at line 5093 of file Expr.h.

Constructor & Destructor Documentation

◆ ChildElementIter()

template<bool Const>
clang::EmbedExpr::ChildElementIter< Const >::ChildElementIter ( )
inline

Definition at line 5110 of file Expr.h.

Member Function Documentation

◆ operator*()

template<bool Const>
BaseTy::reference clang::EmbedExpr::ChildElementIter< Const >::operator* ( ) const
inline

Definition at line 5111 of file Expr.h.

References clang::APIntStorage::getBitWidth(), and clang::APIntStorage::setValue().

◆ operator++()

template<bool Const>
ChildElementIter & clang::EmbedExpr::ChildElementIter< Const >::operator++ ( )
inline

Definition at line 5125 of file Expr.h.

◆ operator->()

template<bool Const>
BaseTy::pointer clang::EmbedExpr::ChildElementIter< Const >::operator-> ( ) const
inline

Definition at line 5123 of file Expr.h.

◆ operator==()

template<bool Const>
bool clang::EmbedExpr::ChildElementIter< Const >::operator== ( ChildElementIter< Const > Other) const
inline

Definition at line 5136 of file Expr.h.

References clang::Other.

◆ EmbedExpr

template<bool Const>
friend class EmbedExpr
friend

Definition at line 5098 of file Expr.h.

References EmbedExpr.

Referenced by EmbedExpr.


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