Home
last modified time | relevance | path

Searched refs:BodyScope (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1305 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1317 BodyScope.Exit(); in ParseFunctionDefinition()
1336 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1355 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1435 BodyScope.Exit(); in ParseFunctionDefinition()
1441 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1450 BodyScope.Exit(); in ParseFunctionDefinition()
1461 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseStmt.cpp2434 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
2459 BodyScope.Exit(); in ParseFunctionStatementBody()
2468 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
2497 BodyScope.Exit(); in ParseFunctionTryBlock()
H A DParseObjc.cpp2687 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
2691 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
3723 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
3734 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3740 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
H A DParseExprCXX.cpp1514 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1526 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
3511 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp938 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
979 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1117 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1202 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1883 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2066 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp3050 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
3056 PopLocalScope(BodyScope); in ParseBody()
3387 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
3408 PopLocalScope(BodyScope); in ParseIfBody()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParser.h2400 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2401 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp9097 Scope *BodyScope) { in ActOnStartRequiresExpr() argument
9098 assert(BodyScope); in ActOnStartRequiresExpr()
9103 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
9117 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
9118 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h8537 Scope *BodyScope);