Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h97 bool HasBranchProtectedScope; variable
297 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
311 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
316 HasBranchProtectedScope(false), in FunctionScopeInfo()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDScopeInfo.cpp26 HasBranchProtectedScope = false; in Clear()