Searched refs:BodyScope (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1354 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local 1366 BodyScope.Exit(); in ParseFunctionDefinition() 1385 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local 1404 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local 1499 BodyScope.Exit(); in ParseFunctionDefinition() 1505 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition() 1514 BodyScope.Exit(); in ParseFunctionDefinition() 1525 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
|
H A D | ParseStmt.cpp | 2513 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument 2538 BodyScope.Exit(); in ParseFunctionStatementBody() 2547 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument 2576 BodyScope.Exit(); in ParseFunctionTryBlock()
|
H A D | ParseObjc.cpp | 2699 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local 2703 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt() 3735 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 | 1610 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local 1622 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer() 3640 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1063 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local 1124 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local 1281 RunCleanupsScope BodyScope(*this); in EmitForStmt() local 1383 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
|
H A D | CGStmtOpenMP.cpp | 1911 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local 2094 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 2490 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope); 2491 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 9388 Scope *BodyScope) { in ActOnStartRequiresExpr() argument 9389 assert(BodyScope); in ActOnStartRequiresExpr() 9394 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr() 9408 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr() 9409 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3891 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local 3912 PopScope(BodyScope); in ParseIfBody()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 8496 Scope *BodyScope);
|