Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDScopeInfo.h113 bool HasBranchProtectedScope : 1; variable
367 : Kind(SK_Function), HasBranchProtectedScope(false), in FunctionScopeInfo()
402 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
434 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDScopeInfo.cpp26 HasBranchProtectedScope = false; in Clear()