Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DScope.h63 ControlScope = 0x10, enumerator
529 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DScope.cpp205 {ControlScope, "ControlScope"}, in dumpImpl()
H A DSemaExpr.cpp14285 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
14287 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp607 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1485 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1684 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1773 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1972 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2648 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp3304 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()