Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DScope.cpp151 {ControlScope, "ControlScope"}, in dumpImpl()
H A DIdentifierResolver.cpp125 if (S->getParent()->getFlags() & Scope::ControlScope) { in isDeclInScope()
H A DSemaExpr.cpp11512 ? Scope::ControlScope | Scope::ContinueScope | Scope::BreakScope in DiagnoseCommaOperator()
11514 const unsigned ForInitFlags = Scope::ControlScope | Scope::DeclScope; in DiagnoseCommaOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp501 ParseScope ExpectScope(this, Scope::DeclScope | Scope::ControlScope | in ParseSEHExceptBlock()
1182 ParseScope IfScope(this, Scope::DeclScope | Scope::ControlScope, C99orCXX); in ParseIfStatement()
1324 ScopeFlags |= Scope::DeclScope | Scope::ControlScope; in ParseSwitchStatement()
1411 Scope::DeclScope | Scope::ControlScope; in ParseWhileStatement()
1595 ScopeFlags = Scope::DeclScope | Scope::ControlScope; in ParseForStatement()
2225 ParseScope CatchScope(this, Scope::DeclScope | Scope::ControlScope | in ParseCXXCatchBlock()
H A DParseDecl.cpp2999 = (getCurScope()->getFlags() & (Scope::ControlScope | in ParseDeclarationSpecifiers()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DScope.h63 ControlScope = 0x10, enumerator