Searched refs:InnerScope (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1173 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/clang/lib/AST/ |
D | ExprConstant.cpp | 3785 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
|