Searched refs:InnerScope (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1406 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local 1427 InnerScope.Exit(); in ParseIfStatement() 1450 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local 1465 InnerScope.Exit(); in ParseIfStatement() 1566 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local 1577 InnerScope.Exit(); in ParseSwitchStatement() 1639 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local 1649 InnerScope.Exit(); in ParseWhileStatement() 1685 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local 1691 InnerScope.Exit(); in ParseDoStatement() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 5352 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local 5355 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt() 5363 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt() 5376 if (!InnerScope.destroy()) in EvaluateStmt()
|