Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScopeInfo.h115 bool HasBranchIntoScope : 1; variable
367 HasBranchIntoScope(false), HasIndirectGoto(false), in FunctionScopeInfo()
397 HasBranchIntoScope = true; in setHasBranchIntoScope()
433 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScopeInfo.cpp28 HasBranchIntoScope = false; in Clear()