| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | moduleContext.cpp | 28 void CompileImports(PandaGen *pg, varbinder::ModuleScope *scope) in CompileImports() argument 51 void CompileExports(PandaGen *pg, const varbinder::ModuleScope *scope) in CompileExports() argument 81 void ModuleContext::Compile(PandaGen *pg, varbinder::ModuleScope *scope) in Compile() argument [all...] |
| H A D | compileJob.h | 54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext() argument
|
| H A D | envScope.cpp | 50 void LoopEnvScope::CopyBindings(PandaGen *pg, varbinder::VariableScope *scope, varbinder::VariableFlags flag) in CopyBindings() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | loopStatement.h | 41 void SetScope(varbinder::LoopScope *scope) in SetScope() argument
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| H A D | TypedBinder.cpp | 31 Scope *scope = nullptr; in BuildSignatureDeclarationBaseParams() local
|
| H A D | variable.cpp | 46 void LocalVariable::SetLexical(Scope *scope) in SetLexical() argument 57 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() argument 58 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() argument 59 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| H A D | hoisting.cpp | 25 auto *scope = pg->Scope(); in HoistVar() local 42 auto *scope = pg->Scope(); in HoistFunction() local 61 const auto *scope = pg->Scope(); Hoist() local [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| H A D | tsModuleBlock.h | 40 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
|
| H A D | tsFunctionType.h | 47 void SetScope(varbinder::Scope *scope) in SetScope() argument
|
| H A D | tsConstructorType.h | 49 void SetScope(varbinder::Scope *scope) in SetScope() argument
|
| H A D | tsTypeParameterDeclaration.h | 44 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | vm_handle.h | 40 auto scope = thread->GetTopScope<ObjectHeader *>(); in VMHandle() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | namespaceDefinition.h | 63 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
|
| H A D | catchClause.h | 63 void SetScope(varbinder::CatchScope *scope) in SetScope() argument
|
| H A D | tsSignatureDeclaration.h | 57 void SetScope(varbinder::Scope *scope) in SetScope() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | blockExpression.h | 81 void SetScope(varbinder::Scope *scope) in SetScope() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | enumLiteralType.h | 30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | capturedVariables.cpp | 56 auto *scope = var->GetScope(); variable
|
| H A D | expressionLambdaLowering.cpp | 23 auto *const scope = function->Scope(); in ConvertExpression() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | regScope.cpp | 58 LocalRegScope::LocalRegScope(PandaGen *pg, binder::Scope *scope) : RegScope(pg) in LocalRegScope() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | blockStatement.h | 38 explicit BlockStatement(binder::Scope *scope, ArenaVector<Statement *> &&statementList) in BlockStatement() argument
|
| H A D | whileStatement.h | 40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement() argument
|
| H A D | doWhileStatement.h | 40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| H A D | variable.cpp | 44 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical() argument 81 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument 82 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument 83 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument 84 void NamespaceVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument 85 void ImportEqualsVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unuse in SetLexical() argument 86 SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) SetLexical() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | classStaticBlock.h | 35 explicit ClassStaticBlock(binder::StaticBlockScope *scope, BlockStatement *blockStatement) in ClassStaticBlock() argument
|