Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h120 bool HasBranchIntoScope : 1; variable
382 HasBranchIntoScope(false), HasIndirectGoto(false), HasMustTail(false), in FunctionScopeInfo()
423 HasBranchIntoScope = true; in setHasBranchIntoScope()
471 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchIntoScope = false; in Clear()