Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDScope.cpp155 } else if (Flags & ControlScope) { in dumpImpl()
157 Flags &= ~ControlScope; in dumpImpl()
HDIdentifierResolver.cpp122 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp463 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1100 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1226 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1312 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1488 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2055 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
HDParseDecl.cpp2691 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScope.h60 ControlScope = 0x10, enumerator