Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1590 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local
1618 InnerScope.Exit(); in ParseIfStatement()
1641 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1662 InnerScope.Exit(); in ParseIfStatement()
1789 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1800 InnerScope.Exit(); in ParseSwitchStatement()
1862 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1872 InnerScope.Exit(); in ParseWhileStatement()
1908 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local
1914 InnerScope.Exit(); in ParseDoStatement()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5558 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
5561 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5569 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5582 if (!InnerScope.destroy()) in EvaluateStmt()