Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1411 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local
1432 InnerScope.Exit(); in ParseIfStatement()
1455 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1470 InnerScope.Exit(); in ParseIfStatement()
1571 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1582 InnerScope.Exit(); in ParseSwitchStatement()
1644 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1654 InnerScope.Exit(); in ParseWhileStatement()
1696 InnerScope.Exit(); in ParseDoStatement()
2082 ParseScope InnerScope(this, Scope::DeclScope, C99orCXXorObjC, in ParseForStatement() local
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp5355 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
5358 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5366 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5379 if (!InnerScope.destroy()) in EvaluateStmt()