clang
7.0.0
|
A non-stable pointer into the scope stack. More...
#include "/work/llvm-www-releases/7.0.0/docsbuild/llvm.src/tools/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 503 of file CGCleanup.h.
|
inline |
Definition at line 510 of file CGCleanup.h.
Definition at line 560 of file CGCleanup.h.
|
inline |
Definition at line 512 of file CGCleanup.h.
|
inline |
Definition at line 548 of file CGCleanup.h.
Definition at line 564 of file CGCleanup.h.
|
inline |
Definition at line 517 of file CGCleanup.h.
|
inline |
Definition at line 519 of file CGCleanup.h.
References clang::CodeGen::EHCleanupScope::getAllocatedSize(), and getKind().
|
inline |
Definition at line 554 of file CGCleanup.h.
|
inline |
Definition at line 516 of file CGCleanup.h.
Definition at line 563 of file CGCleanup.h.
Definition at line 561 of file CGCleanup.h.
|
friend |
Definition at line 506 of file CGCleanup.h.