Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h113 bool HasBranchProtectedScope : 1; variable
376 : Kind(SK_Function), HasBranchProtectedScope(false), in FunctionScopeInfo()
422 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
459 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp26 HasBranchProtectedScope = false; in Clear()