Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp13295 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
13297 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h62 ControlScope = 0x10, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp544 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1374 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1531 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1620 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1810 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2472 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp3133 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()