clang 22.0.0git
|
A non-stable pointer into the scope stack. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/CodeGen/CGCleanup.h"
Public Member Functions | |
iterator () | |
EHScope * | get () const |
EHScope * | operator-> () const |
EHScope & | operator* () const |
iterator & | operator++ () |
iterator | next () |
iterator | operator++ (int) |
bool | encloses (iterator other) const |
bool | strictlyEncloses (iterator other) const |
bool | operator== (iterator other) const |
bool | operator!= (iterator other) const |
Friends | |
class | EHScopeStack |
A non-stable pointer into the scope stack.
Definition at line 563 of file CGCleanup.h.
|
inline |
Definition at line 570 of file CGCleanup.h.
References clang::nullptr.
Definition at line 616 of file CGCleanup.h.
|
inline |
Definition at line 572 of file CGCleanup.h.
Referenced by operator*(), operator++(), and operator->().
|
inline |
Definition at line 604 of file CGCleanup.h.
Definition at line 620 of file CGCleanup.h.
|
inline |
Definition at line 577 of file CGCleanup.h.
References get().
|
inline |
Definition at line 579 of file CGCleanup.h.
References clang::CodeGen::EHScope::Catch, clang::CodeGen::EHScope::Cleanup, clang::CodeGen::EHScope::Filter, get(), getKind(), clang::CodeGen::EHTerminateScope::getSize(), clang::CodeGen::EHFilterScope::getSizeForNumFilters(), clang::CodeGen::EHCatchScope::getSizeForNumHandlers(), clang::CodeGen::EHScopeStack::ScopeStackAlignment, and clang::CodeGen::EHScope::Terminate.
Referenced by operator++().
Definition at line 610 of file CGCleanup.h.
References operator++().
|
inline |
Definition at line 576 of file CGCleanup.h.
References get().
Definition at line 619 of file CGCleanup.h.
Definition at line 617 of file CGCleanup.h.
|
friend |