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

/external/clang/lib/CodeGen/
H A DCGCleanup.h44 class EHScope { class in namespace:clang::CodeGen
51 friend class EHScope;
113 EHScope(Kind kind, EHScopeStack::stable_iterator enclosingEHScope) function in class:clang::CodeGen::EHScope
153 class EHCatchScope : public EHScope {
189 : EHScope(Catch, enclosingEHScope) {
231 static bool classof(const EHScope *Scope) {
237 class LLVM_ALIGNAS(/*alignof(uint64_t)*/ 8) EHCleanupScope : public EHScope {
291 : EHScope(EHScope::Cleanup, enclosingEH), EnclosingNormal(enclosingNormal),
419 static bool classof(const EHScope *Scop
[all...]

Completed in 1623 milliseconds