Home
last modified time | relevance | path

Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1354 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1385 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1404 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
H A DParseStmt.cpp2513 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
2547 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
H A DParseObjc.cpp2699 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
3735 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
H A DParseExprCXX.cpp1610 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
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/llvm/lib/TableGen/
H A DTGParser.cpp3891 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp9388 Scope *BodyScope) { in ActOnStartRequiresExpr()