Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h436 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function
463 setHasBranchProtectedScope(); in setHasCXXTry()
469 setHasBranchProtectedScope(); in setHasObjCTry()
475 setHasBranchProtectedScope(); in setHasSEHTry()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2330 FunctionScopes.back()->setHasBranchProtectedScope(); in setFunctionHasBranchProtectedScope()
H A DSemaExpr.cpp7888 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()