Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1173 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local
1188 InnerScope.Exit(); in ParseIfStatement()
1211 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1220 InnerScope.Exit(); in ParseIfStatement()
1319 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1330 InnerScope.Exit(); in ParseSwitchStatement()
1390 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1396 InnerScope.Exit(); in ParseWhileStatement()
1432 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local
1438 InnerScope.Exit(); in ParseDoStatement()
[all …]
/external/llvm-project/clang/lib/Parse/
DParseStmt.cpp1403 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, IsBracedThen); in ParseIfStatement() local
1424 InnerScope.Exit(); in ParseIfStatement()
1447 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1462 InnerScope.Exit(); in ParseIfStatement()
1563 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1574 InnerScope.Exit(); in ParseSwitchStatement()
1636 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1646 InnerScope.Exit(); in ParseWhileStatement()
1682 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local
1688 InnerScope.Exit(); in ParseDoStatement()
[all …]
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp5344 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
5347 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5355 if (ESR != ESR_Failed && (!InnerScope.destroy() || !Scope.destroy())) in EvaluateStmt()
5368 if (!InnerScope.destroy()) in EvaluateStmt()
/external/clang/lib/AST/
DExprConstant.cpp3785 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local