Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h421 void setHasBranchProtectedScope() { in setHasBranchProtectedScope() function
448 setHasBranchProtectedScope(); in setHasCXXTry()
453 setHasBranchProtectedScope(); in setHasSEHTry()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2070 FunctionScopes.back()->setHasBranchProtectedScope(); in setFunctionHasBranchProtectedScope()
H A DSemaExpr.cpp6960 getCurFunction()->setHasBranchProtectedScope(); in BuildCompoundLiteralExpr()