Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h82 bool HasBranchIntoScope; variable
109 HasBranchIntoScope = true; in setHasBranchIntoScope()
122 (HasBranchProtectedScope && HasBranchIntoScope); in NeedsScopeChecking()
128 HasBranchIntoScope(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DSema.cpp48 HasBranchIntoScope = false; in Clear()