Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h122 bool HasBranchIntoScope : 1; variable
394 HasBranchIntoScope(false), HasIndirectGoto(false), HasMustTail(false), in FunctionScopeInfo()
436 HasBranchIntoScope = true; in setHasBranchIntoScope()
489 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchIntoScope = false; in Clear()