HomeSort by relevance Sort by last modified time
    Searched refs:ContinueParent (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
Scope.cpp 27 ContinueParent = parent->ContinueParent;
31 BreakParent = ContinueParent = nullptr;
64 if (flags & ContinueScope) ContinueParent = this;
110 ContinueParent = this;
  /external/clang/include/clang/Sema/
Scope.h 151 /// BreakParent/ContinueParent - This is a direct link to the innermost
155 Scope *BreakParent, *ContinueParent;
223 return ContinueParent;

Completed in 79 milliseconds