Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h66 ControlScope = 0x10, enumerator
587 bool isControlScope() const { return getFlags() & Scope::ControlScope; } in isControlScope()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp210 {ControlScope, "ControlScope"}, in dumpImpl()
H A DSemaExpr.cpp13718 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
13720 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp647 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1550 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1749 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1838 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
2038 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2727 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp3725 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()