clang 23.0.0git
clang::CIRGen::EHScopeStack::iterator Class Reference

A non-stable pointer into the scope stack. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CIR/CodeGen/CIRGenCleanup.h"

Public Member Functions

 iterator ()=default
EHScopeget () const
EHScopeoperator-> () const
EHScopeoperator* () const
iteratoroperator++ ()
bool operator== (iterator other) const
bool operator!= (iterator other) const

Friends

class EHScopeStack

Detailed Description

A non-stable pointer into the scope stack.

Definition at line 178 of file CIRGenCleanup.h.

Constructor & Destructor Documentation

◆ iterator()

clang::CIRGen::EHScopeStack::iterator::iterator ( )
default

Member Function Documentation

◆ get()

EHScope * clang::CIRGen::EHScopeStack::iterator::get ( ) const
inline

Definition at line 187 of file CIRGenCleanup.h.

Referenced by operator*(), operator++(), and operator->().

◆ operator!=()

bool clang::CIRGen::EHScopeStack::iterator::operator!= ( iterator other) const
inline

Definition at line 212 of file CIRGenCleanup.h.

◆ operator*()

EHScope & clang::CIRGen::EHScopeStack::iterator::operator* ( ) const
inline

Definition at line 190 of file CIRGenCleanup.h.

References get().

◆ operator++()

iterator & clang::CIRGen::EHScopeStack::iterator::operator++ ( )
inline

◆ operator->()

EHScope * clang::CIRGen::EHScopeStack::iterator::operator-> ( ) const
inline

Definition at line 189 of file CIRGenCleanup.h.

References get().

◆ operator==()

bool clang::CIRGen::EHScopeStack::iterator::operator== ( iterator other) const
inline

Definition at line 211 of file CIRGenCleanup.h.

◆ EHScopeStack

friend class EHScopeStack
friend

Definition at line 181 of file CIRGenCleanup.h.

References EHScopeStack.

Referenced by EHScopeStack.


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