Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h117 bool HasBranchProtectedScope : 1; variable
384 : Kind(SK_Function), HasBranchProtectedScope(false), in FunctionScopeInfo()
430 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
474 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp26 HasBranchProtectedScope = false; in Clear()