Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h96 bool HasBranchProtectedScope; variable
313 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
327 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
332 HasBranchProtectedScope(false), in FunctionScopeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchProtectedScope = false; in Clear()