Searched defs:BodyScope (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | Parser.cpp | 1354 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 D | ParseStmt.cpp | 2513 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody() 2547 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
|
H A D | ParseObjc.cpp | 2699 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local 3735 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
|
H A D | ParseExprCXX.cpp | 1610 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 D | CGStmt.cpp | 1063 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 D | CGStmtOpenMP.cpp | 1911 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local 2094 RunCleanupsScope BodyScope(*this); in EmitOMPCanonicalLoop() local
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3891 TGVarScope *BodyScope = PushScope(); in ParseIfBody() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 9388 Scope *BodyScope) { in ActOnStartRequiresExpr()
|