Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1501 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local
1529 InnerScope.Exit(); in ParseIfStatement()
1552 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1573 InnerScope.Exit(); in ParseIfStatement()
1701 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1712 InnerScope.Exit(); in ParseSwitchStatement()
1775 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1785 InnerScope.Exit(); in ParseWhileStatement()
1827 InnerScope.Exit(); in ParseDoStatement()
2233 ParseScope InnerScope(this, Scope::DeclScope, C99orCXXorObjC, in ParseForStatement() local
[all …]
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp5437 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
5440 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5448 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5461 if (!InnerScope.destroy()) in EvaluateStmt()