Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h97 bool HasBranchProtectedScope : 1; variable
341 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
373 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
378 HasBranchProtectedScope(false), in FunctionScopeInfo()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h113 bool HasBranchProtectedScope : 1; variable
372 : Kind(SK_Function), HasBranchProtectedScope(false), in FunctionScopeInfo()
419 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
455 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/external/clang/lib/Sema/
DScopeInfo.cpp27 HasBranchProtectedScope = false; in Clear()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp26 HasBranchProtectedScope = false; in Clear()