Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h100 bool HasBranchIntoScope : 1; variable
337 HasBranchIntoScope = true; in setHasBranchIntoScope()
373 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
379 HasBranchIntoScope(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp28 HasBranchIntoScope = false; in Clear()