Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h439 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function
466 setHasBranchProtectedScope(); in setHasCXXTry()
472 setHasBranchProtectedScope(); in setHasObjCTry()
478 setHasBranchProtectedScope(); in setHasSEHTry()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2332 FunctionScopes.back()->setHasBranchProtectedScope(); in setFunctionHasBranchProtectedScope()
H A DSemaExpr.cpp7099 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()