Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1349 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1361 BodyScope.Exit(); in ParseFunctionDefinition()
1380 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1399 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1490 BodyScope.Exit(); in ParseFunctionDefinition()
1496 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1505 BodyScope.Exit(); in ParseFunctionDefinition()
1516 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseStmt.cpp2498 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
2523 BodyScope.Exit(); in ParseFunctionStatementBody()
2532 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
2561 BodyScope.Exit(); in ParseFunctionTryBlock()
H A DParseObjc.cpp2700 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
2704 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
3736 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
3747 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3753 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
H A DParseExprCXX.cpp1522 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1534 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
3526 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp957 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
998 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1136 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1221 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
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2431 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2432 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9169 Scope *BodyScope) { in ActOnStartRequiresExpr() argument
9170 assert(BodyScope); in ActOnStartRequiresExpr()
9175 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
9189 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
9190 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3849 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local
3870 PopScope(BodyScope); in ParseIfBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8800 Scope *BodyScope);