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.cpp1278 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1309 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1328 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
H A DParseStmt.cpp2377 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
2405 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
H A DParseObjc.cpp2381 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
3298 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
H A DParseExprCXX.cpp1469 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
3167 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1164 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 DCGStmtOpenMP.cpp1955 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
2139 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3978 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7998 Scope *BodyScope) { in ActOnStartRequiresExpr()