clang
3.9.0
|
A non-stable pointer into the scope stack. More...
#include <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 504 of file CGCleanup.h.
|
inline |
Definition at line 511 of file CGCleanup.h.
Definition at line 561 of file CGCleanup.h.
|
inline |
Definition at line 513 of file CGCleanup.h.
|
inline |
Definition at line 549 of file CGCleanup.h.
Definition at line 565 of file CGCleanup.h.
|
inline |
Definition at line 518 of file CGCleanup.h.
|
inline |
Definition at line 520 of file CGCleanup.h.
References clang::CodeGen::EHScope::Catch, clang::CodeGen::EHScope::Cleanup, clang::CodeGen::EHCleanupScope(), clang::CodeGen::EHScope::Filter, getKind(), clang::CodeGen::EHTerminateScope::getSize(), clang::CodeGen::EHPadEndScope::getSize(), clang::CodeGen::EHFilterScope::getSizeForNumFilters(), clang::CodeGen::EHCatchScope::getSizeForNumHandlers(), clang::CodeGen::EHScope::PadEnd, clang::CodeGen::EHScopeStack::ScopeStackAlignment, and clang::CodeGen::EHScope::Terminate.
Referenced by operator++().
|
inline |
Definition at line 555 of file CGCleanup.h.
References operator++().
|
inline |
Definition at line 517 of file CGCleanup.h.
Definition at line 564 of file CGCleanup.h.
Definition at line 562 of file CGCleanup.h.
|
friend |
Definition at line 507 of file CGCleanup.h.