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

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

#include "/work/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 254 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 263 of file CIRGenCleanup.h.

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

◆ operator!=()

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

Definition at line 293 of file CIRGenCleanup.h.

◆ operator*()

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

Definition at line 266 of file CIRGenCleanup.h.

References get().

◆ operator++()

◆ operator->()

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

Definition at line 265 of file CIRGenCleanup.h.

References get().

◆ operator==()

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

Definition at line 292 of file CIRGenCleanup.h.

◆ EHScopeStack

friend class EHScopeStack
friend

Definition at line 257 of file CIRGenCleanup.h.

References EHScopeStack.

Referenced by EHScopeStack.


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