clang 22.0.0git
Public Member Functions | Friends | List of all members
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
 

Friends

class EHScopeStack
 

Detailed Description

A non-stable pointer into the scope stack.

Definition at line 123 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 132 of file CIRGenCleanup.h.

Referenced by operator*().

◆ operator*()

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

Definition at line 134 of file CIRGenCleanup.h.

References get().

Friends And Related Function Documentation

◆ EHScopeStack

friend class EHScopeStack
friend

Definition at line 126 of file CIRGenCleanup.h.


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