Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h116 bool HasBranchIntoScope : 1; variable
377 HasBranchIntoScope(false), HasIndirectGoto(false), HasMustTail(false), in FunctionScopeInfo()
418 HasBranchIntoScope = true; in setHasBranchIntoScope()
459 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchIntoScope = false; in Clear()