Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1354 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 DParseStmt.cpp2513 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 DParseObjc.cpp2699 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 DParseExprCXX.cpp1610 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 DCGStmt.cpp1063 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 DCGStmtOpenMP.cpp1911 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2094 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2490 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2491 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9388 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 DTGParser.cpp3891 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local
3912 PopScope(BodyScope); in ParseIfBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8496 Scope *BodyScope);