Searched refs:BodyScope (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1278 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local 1290 BodyScope.Exit(); in ParseFunctionDefinition() 1309 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local 1328 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local 1423 BodyScope.Exit(); in ParseFunctionDefinition() 1429 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition() 1438 BodyScope.Exit(); in ParseFunctionDefinition() 1449 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
|
| H A D | ParseStmt.cpp | 2377 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument 2401 BodyScope.Exit(); in ParseFunctionStatementBody() 2405 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument 2433 BodyScope.Exit(); in ParseFunctionTryBlock()
|
| H A D | ParseObjc.cpp | 2381 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local 2385 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt() 3298 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local 3310 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs() 3316 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
|
| H A D | ParseExprCXX.cpp | 1469 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local 1481 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer() 3167 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 1164 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local 1224 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local 1399 RunCleanupsScope BodyScope(*this); in EmitForStmt() local 1517 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
|
| H A D | CGStmtOpenMP.cpp | 1955 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local 2139 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7998 Scope *BodyScope) { in ActOnStartRequiresExpr() argument 7999 assert(BodyScope); in ActOnStartRequiresExpr() 8004 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr() 8043 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr() 8044 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 7576 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope); 7585 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 3978 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local 3999 PopScope(BodyScope); in ParseIfBody()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8771 Scope *BodyScope);
|