Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h429 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function
456 setHasBranchProtectedScope(); in setHasCXXTry()
462 setHasBranchProtectedScope(); in setHasObjCTry()
468 setHasBranchProtectedScope(); in setHasSEHTry()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2284 FunctionScopes.back()->setHasBranchProtectedScope(); in setFunctionHasBranchProtectedScope()
H A DSemaExpr.cpp7560 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()