Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h119 bool HasBranchProtectedScope : 1; variable
393 : Kind(SK_Function), HasBranchProtectedScope(false), in FunctionScopeInfo()
440 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
489 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp26 HasBranchProtectedScope = false; in Clear()