Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1214 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseIfStatement() local
1230 InnerScope.Exit(); in ParseIfStatement()
1253 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, in ParseIfStatement() local
1263 InnerScope.Exit(); in ParseIfStatement()
1362 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseSwitchStatement() local
1373 InnerScope.Exit(); in ParseSwitchStatement()
1433 ParseScope InnerScope(this, Scope::DeclScope, C99orCXX, Tok.is(tok::l_brace)); in ParseWhileStatement() local
1439 InnerScope.Exit(); in ParseWhileStatement()
1481 InnerScope.Exit(); in ParseDoStatement()
1851 ParseScope InnerScope(this, Scope::DeclScope, C99orCXXorObjC, in ParseForStatement() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp4270 BlockScopeRAII InnerScope(Info); in EvaluateStmt() local