Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1230 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1242 BodyScope.Exit(); in ParseFunctionDefinition()
1261 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1280 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1351 BodyScope.Exit(); in ParseFunctionDefinition()
1357 return ParseFunctionTryBlock(Res, BodyScope); in ParseFunctionDefinition()
1366 BodyScope.Exit(); in ParseFunctionDefinition()
1377 return ParseFunctionStatementBody(Res, BodyScope); in ParseFunctionDefinition()
H A DParseStmt.cpp2260 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() argument
2284 BodyScope.Exit(); in ParseFunctionStatementBody()
2293 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock() argument
2321 BodyScope.Exit(); in ParseFunctionTryBlock()
H A DParseObjc.cpp2633 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
2637 BodyScope.Exit(); in ParseObjCAutoreleasePoolStmt()
3669 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
3680 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3686 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
H A DParseExprCXX.cpp1460 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
1472 BodyScope.Exit(); in ParseLambdaExpressionAfterIntroducer()
3403 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp866 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
907 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1045 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1130 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
H A DCGStmtOpenMP.cpp1857 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2024 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2929 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
2935 PopLocalScope(BodyScope); in ParseBody()
3258 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
3279 PopLocalScope(BodyScope); in ParseIfBody()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h2322 Decl *ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope);
2323 Decl *ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp8815 Scope *BodyScope) { in ActOnStartRequiresExpr() argument
8816 assert(BodyScope); in ActOnStartRequiresExpr()
8821 PushDeclContext(BodyScope, Body); in ActOnStartRequiresExpr()
8835 CheckShadow(BodyScope, Param); in ActOnStartRequiresExpr()
8836 PushOnScopeChains(Param, BodyScope); in ActOnStartRequiresExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7973 Scope *BodyScope);