Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h99 bool HasBranchIntoScope; variable
309 HasBranchIntoScope = true; in setHasBranchIntoScope()
327 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
333 HasBranchIntoScope(false), in FunctionScopeInfo()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp28 HasBranchIntoScope = false; in Clear()