Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1131 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local
1140 InnerScope.Exit(); in ParseIfStatement()
1163 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local
1168 InnerScope.Exit(); in ParseIfStatement()
1266 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1277 InnerScope.Exit(); in ParseSwitchStatement()
1339 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1345 InnerScope.Exit(); in ParseWhileStatement()
1381 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local
1387 InnerScope.Exit(); in ParseDoStatement()
[all …]
/external/clang/lib/AST/
DExprConstant.cpp3569 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local