Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h120 bool HasBranchIntoScope : 1; variable
385 HasBranchIntoScope(false), HasIndirectGoto(false), HasMustTail(false), in FunctionScopeInfo()
426 HasBranchIntoScope = true; in setHasBranchIntoScope()
474 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchIntoScope = false; in Clear()