Home
last modified time | relevance | path

Searched refs:ContinueScope (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Sema/
DScope.cpp67 if (flags & ContinueScope) ContinueParent = this; in setFlags()
109 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()
115 if (FlagsToSet & ContinueScope) { in AddFlags()
116 assert((Flags & ContinueScope) == 0 && "Already set"); in AddFlags()
153 } else if (Flags & ContinueScope) { in dumpImpl()
155 Flags &= ~ContinueScope; in dumpImpl()
DSemaExpr.cpp10103 Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
/external/llvm-project/clang/lib/Sema/
DScope.cpp66 if (flags & ContinueScope) ContinueParent = this; in setFlags()
108 assert((FlagsToSet & ~(BreakScope | ContinueScope)) == 0 && in AddFlags()
114 if (FlagsToSet & ContinueScope) { in AddFlags()
115 assert((Flags & ContinueScope) == 0 && "Already set"); in AddFlags()
148 {ContinueScope, "ContinueScope"}, in dumpImpl()
DSemaExpr.cpp13055 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
13056 : Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
/external/clang/include/clang/Sema/
DScope.h54 ContinueScope = 0x04, enumerator
/external/llvm-project/clang/include/clang/Sema/
DScope.h55 ContinueScope = 0x04, enumerator
/external/clang/lib/Parse/
DParseStmt.cpp1367 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()
1370 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()
1417 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()
1419 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()
1682 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1611 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | in ParseWhileStatement()
1614 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseWhileStatement()
1667 ScopeFlags = Scope::BreakScope | Scope::ContinueScope | Scope::DeclScope; in ParseDoStatement()
1669 ScopeFlags = Scope::BreakScope | Scope::ContinueScope; in ParseDoStatement()
1951 getCurScope()->AddFlags(Scope::BreakScope | Scope::ContinueScope); in ParseForStatement()