Home
last modified time | relevance | path

Searched refs:HasBranchProtectedScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h112 bool HasBranchProtectedScope : 1; variable
366 : Kind(SK_Function), HasBranchProtectedScope(false), in FunctionScopeInfo()
401 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
433 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchProtectedScope = false; in Clear()