Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp152 } else if (Flags & ControlScope) { in dumpImpl()
154 Flags &= ~ControlScope; in dumpImpl()
H A DIdentifierResolver.cpp122 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h60 ControlScope = 0x10, enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp469 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope); in ParseSEHExceptBlock()
1088 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1214 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1300 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1476 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2037 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp2615 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()