Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScope.cpp150 {ControlScope, "ControlScope"}, in dumpImpl()
H A DIdentifierResolver.cpp124 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
H A DSemaExpr.cpp13174 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
13176 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseStmt.cpp539 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1369 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1526 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1615 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1805 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2467 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp3126 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScope.h62 ControlScope = 0x10, enumerator