Home
last modified time | relevance | path

Searched refs:setHasBranchProtectedScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h426 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function
453 setHasBranchProtectedScope(); in setHasCXXTry()
459 setHasBranchProtectedScope(); in setHasObjCTry()
465 setHasBranchProtectedScope(); in setHasSEHTry()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2247 FunctionScopes.back()->setHasBranchProtectedScope(); in setFunctionHasBranchProtectedScope()
H A DSemaExpr.cpp7320 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()