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

/external/clang/lib/Sema/
H A DScope.cpp27 ContinueParent = parent->ContinueParent;
31 BreakParent = ContinueParent = nullptr;
64 if (flags & ContinueScope) ContinueParent = this;
110 ContinueParent = this;
/external/clang/include/clang/Sema/
H A DScope.h151 /// BreakParent/ContinueParent - This is a direct link to the innermost
155 Scope *BreakParent, *ContinueParent; member in class:clang::Scope
223 return ContinueParent;

Completed in 1645 milliseconds