Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DScope.cpp152 } else if (Flags & ControlScope) { in dumpImpl()
154 Flags &= ~ControlScope; in dumpImpl()
DIdentifierResolver.cpp122 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
/external/clang/lib/Parse/
DParseStmt.cpp469 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope); in ParseSEHExceptBlock()
1089 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1215 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1301 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1477 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2043 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
DParseDecl.cpp2491 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
/external/clang/include/clang/Sema/
DScope.h60 ControlScope = 0x10, enumerator