Searched defs:EHScope (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.h30 class EHScope { class in namespace:clang::CodeGen
37 friend class EHScope;
96 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope) function in class:clang::CodeGen::EHScope
136 class EHCatchScope : public EHScope {
172 : EHScope(Catch, enclosingEHScope) {
199 static bool classof(const EHScope *Scope) {
205 class EHCleanupScope : public EHScope {
259 : EHScope(EHScope::Cleanup, enclosingEH), EnclosingNormal(enclosingNormal),
377 static bool classof(const EHScope *Scop
[all...]

Completed in 69 milliseconds