Home
last modified time | relevance | path

Searched refs:ControlScope (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DScope.cpp159 } else if (Flags & ControlScope) { in dumpImpl()
161 Flags &= ~ControlScope; in dumpImpl()
DIdentifierResolver.cpp122 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
DSemaExpr.cpp10103 Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope; in DiagnoseCommaOperator()
10104 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/external/clang/lib/Parse/
DParseStmt.cpp484 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1141 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1281 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1368 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1549 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2146 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
DParseDecl.cpp2750 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
/external/clang/include/clang/Sema/
DScope.h61 ControlScope = 0x10, enumerator