Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h96 bool HasBranchProtectedScope; variable
319 HasBranchProtectedScope = true; in setHasBranchProtectedScope()
343 (HasBranchProtectedScope && HasBranchIntoScope)); in NeedsScopeChecking()
348 HasBranchProtectedScope(false), in FunctionScopeInfo()
/external/clang/lib/Sema/
DScopeInfo.cpp27 HasBranchProtectedScope = false; in Clear()