Searched refs:InnerScope (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1117 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local 1126 InnerScope.Exit(); in ParseIfStatement() 1149 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local 1154 InnerScope.Exit(); in ParseIfStatement() 1252 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local 1263 InnerScope.Exit(); in ParseSwitchStatement() 1325 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local 1331 InnerScope.Exit(); in ParseWhileStatement() 1367 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseDoStatement() local 1373 InnerScope.Exit(); in ParseDoStatement() [all …]
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3483 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local
|