Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScope.h62 ControlScope = 0x10, enumerator
520 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope()
/llvm-project-15.0.7/clang/lib/Sema/
H A DScope.cpp202 {ControlScope, "ControlScope"}, in dumpImpl()
H A DSemaExpr.cpp14007 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
14009 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp592 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1461 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1660 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1750 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1950 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2624 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp3253 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()