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

/external/clang/lib/CodeGen/
H A DCGCleanup.h32 class EHScope { class in namespace:clang::CodeGen
39 friend class EHScope;
98 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope) function in class:clang::CodeGen::EHScope
138 class EHCatchScope : public EHScope {
174 : EHScope(Catch, enclosingEHScope) {
210 static bool classof(const EHScope *Scope) {
216 class EHCleanupScope : public EHScope {
270 : EHScope(EHScope::Cleanup, enclosingEH), EnclosingNormal(enclosingNormal),
388 static bool classof(const EHScope *Scop
[all...]

Completed in 37 milliseconds