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

/external/clang/include/clang/Sema/
H A DScopeInfo.h100 bool HasBranchIntoScope; member in class:clang::sema::FunctionScopeInfo
308 HasBranchIntoScope = true;
326 (HasBranchProtectedScope && HasBranchIntoScope));
332 HasBranchIntoScope(false),
/external/clang/lib/Sema/
H A DScopeInfo.cpp27 HasBranchIntoScope = false;

Completed in 69 milliseconds