Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1141 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local
1150 InnerScope.Exit(); in ParseIfStatement()
1173 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local
1178 InnerScope.Exit(); in ParseIfStatement()
1276 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1287 InnerScope.Exit(); in ParseSwitchStatement()
1349 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1355 InnerScope.Exit(); in ParseWhileStatement()
1391 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local
1397 InnerScope.Exit(); in ParseDoStatement()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp3666 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local