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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h446 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } function in class:clang::Scope
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h597 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); } function in class:clang::CodeGen::CodeGenFunction

Completed in 203 milliseconds