Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | Parser.cpp | 1278 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 D | ParseStmt.cpp | 2377 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() 2405 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
|
| H A D | ParseObjc.cpp | 2381 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local 3298 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
|
| H A D | ParseExprCXX.cpp | 1469 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 D | CGStmt.cpp | 1164 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 D | CGStmtOpenMP.cpp | 1955 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local 2139 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
|
| /freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 3978 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7998 Scope *BodyScope) { in ActOnStartRequiresExpr()
|