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

  /external/clang/lib/Sema/
Scope.cpp 64 if (flags & ContinueScope) ContinueParent = this;
102 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 &&
108 if (FlagsToSet & ContinueScope) {
109 assert((Flags & ContinueScope) == 0 && "Already set");
146 } else if (Flags & ContinueScope) {
147 OS << "ContinueScope";
148 Flags &= ~ContinueScope;
  /external/clang/include/clang/Sema/
Scope.h 53 ContinueScope = 0x04,
152 /// BreakScope/ContinueScope which contains the contents of this scope
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]

Completed in 40 milliseconds