Searched refs:InnerScope (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1493 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local 1521 InnerScope.Exit(); in ParseIfStatement() 1544 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local 1565 InnerScope.Exit(); in ParseIfStatement() 1688 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local 1699 InnerScope.Exit(); in ParseSwitchStatement() 1762 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local 1772 InnerScope.Exit(); in ParseWhileStatement() 1809 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local 1815 InnerScope.Exit(); in ParseDoStatement() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5834 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local 5837 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt() 5845 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt() 5858 if (!InnerScope.destroy()) in EvaluateStmt()
|