Home
last modified time | relevance | path

Searched refs:InnerScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1575 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local
1603 InnerScope.Exit(); in ParseIfStatement()
1626 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1647 InnerScope.Exit(); in ParseIfStatement()
1774 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1785 InnerScope.Exit(); in ParseSwitchStatement()
1847 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1857 InnerScope.Exit(); in ParseWhileStatement()
1899 InnerScope.Exit(); in ParseDoStatement()
2319 ParseScope InnerScope(this, Scope::DeclScope, C99orCXXorObjC, in ParseForStatement() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5523 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
5526 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5534 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5547 if (!InnerScope.destroy()) in EvaluateStmt()