Searched refs:InnerScope (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1525 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local 1553 InnerScope.Exit(); in ParseIfStatement() 1576 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local 1597 InnerScope.Exit(); in ParseIfStatement() 1724 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local 1735 InnerScope.Exit(); in ParseSwitchStatement() 1797 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local 1807 InnerScope.Exit(); in ParseWhileStatement() 1843 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local 1849 InnerScope.Exit(); in ParseDoStatement() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 5443 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local 5446 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt() 5454 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt() 5467 if (!InnerScope.destroy()) in EvaluateStmt()
|