Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp1038 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1068 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
1086 ParseScope BodyScope(this, Scope::FnScope|Scope::DeclScope); in ParseFunctionDefinition() local
DParseStmt.cpp1935 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
1968 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
DParseObjc.cpp2645 ParseScope BodyScope(this, Scope::DeclScope); in ParseObjCAutoreleasePoolStmt() local
3643 ParseScope BodyScope(this, in ParseLexedObjCMethodDefs() local
DParseExprCXX.cpp1305 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
/external/clang/lib/CodeGen/
DCGStmt.cpp719 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
763 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
877 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
956 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
DCGStmtOpenMP.cpp1253 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
/external/llvm-project/clang/lib/Parse/
DParser.cpp1227 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1258 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
1277 ParseScope BodyScope(this, Scope::FnScope | Scope::DeclScope | in ParseFunctionDefinition() local
DParseStmt.cpp2244 Decl *Parser::ParseFunctionStatementBody(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionStatementBody()
2277 Decl *Parser::ParseFunctionTryBlock(Decl *Decl, ParseScope &BodyScope) { in ParseFunctionTryBlock()
DParseObjc.cpp2629 ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope); in ParseObjCAutoreleasePoolStmt() local
3665 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs() local
DParseExprCXX.cpp1505 ParseScope BodyScope(this, ScopeFlags); in ParseLambdaExpressionAfterIntroducer() local
3417 ParseScope BodyScope(this, Scope::DeclScope); in ParseRequiresExpression() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp836 RunCleanupsScope BodyScope(*this); in EmitWhileStmt() local
877 RunCleanupsScope BodyScope(*this); in EmitDoStmt() local
1017 RunCleanupsScope BodyScope(*this); in EmitForStmt() local
1099 LexicalScope BodyScope(*this, S.getSourceRange()); in EmitCXXForRangeStmt() local
DCGStmtOpenMP.cpp1795 RunCleanupsScope BodyScope(*this); in EmitOMPLoopBody() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGParser.cpp2674 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
2998 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp2740 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseBody() local
3056 TGLocalVarScope *BodyScope = PushLocalScope(); in ParseIfBody() local
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp8661 Scope *BodyScope) { in ActOnStartRequiresExpr()