clang
3.7.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 458 of file CGCleanup.h.
|
inline |
Definition at line 465 of file CGCleanup.h.
Definition at line 511 of file CGCleanup.h.
|
inline |
Definition at line 467 of file CGCleanup.h.
|
inline |
Definition at line 499 of file CGCleanup.h.
Definition at line 515 of file CGCleanup.h.
|
inline |
Definition at line 472 of file CGCleanup.h.
|
inline |
Definition at line 474 of file CGCleanup.h.
References clang::CodeGen::EHScope::Catch, clang::CodeGen::EHScope::Cleanup, clang::CodeGen::EHScope::Filter, clang::CodeGen::EHCleanupScope::getAllocatedSize(), getKind(), clang::CodeGen::EHTerminateScope::getSize(), clang::CodeGen::EHFilterScope::getSizeForNumFilters(), clang::CodeGen::EHCatchScope::getSizeForNumHandlers(), and clang::CodeGen::EHScope::Terminate.
Referenced by operator++().
|
inline |
Definition at line 505 of file CGCleanup.h.
References operator++().
|
inline |
Definition at line 471 of file CGCleanup.h.
Definition at line 514 of file CGCleanup.h.
Definition at line 512 of file CGCleanup.h.
|
friend |
Definition at line 461 of file CGCleanup.h.