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

/external/clang/lib/CodeGen/
H A DEHScopeStack.h151 bool isForEHCleanup() const { return flags & F_IsForEH; } function in class:clang::CodeGen::EHScopeStack::Cleanup::Flags
152 bool isForNormalCleanup() const { return !isForEHCleanup(); }

Completed in 133 milliseconds