Searched refs:isSEHTryScope (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DScope.h427 bool isSEHTryScope() const { return getFlags() & Scope::SEHTryScope; } function in class:clang::Scope
/external/clang/lib/CodeGen/
H A DCGException.cpp1893 if (!isSEHTryScope()) {
H A DCodeGenFunction.h395 bool isSEHTryScope() const { return !SEHTryEpilogueStack.empty(); } function in class:clang::CodeGen::CodeGenFunction
H A DCGCall.cpp3952 if (isSEHTryScope())
/external/clang/lib/Sema/
H A DSemaStmt.cpp3796 while (SEHTryParent && !SEHTryParent->isSEHTryScope())

Completed in 668 milliseconds