Searched refs:BodyScope (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1349 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 D | ParseStmt.cpp | 2498 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 D | ParseObjc.cpp | 2700 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 D | ParseExprCXX.cpp | 1522 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 D | CGStmt.cpp | 957 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 D | CGStmtOpenMP.cpp | 1883 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 D | Parser.h | 2431 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope); 2432 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 9169 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 D | TGParser.cpp | 3849 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local 3870 PopScope(BodyScope); in ParseIfBody()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8800 Scope *BodyScope);
|