Searched refs:SetLexical (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | variable.cpp | 44 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical() function in panda::es2panda::binder::LocalVariable 81 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() function in panda::es2panda::binder::GlobalVariable 82 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() function in panda::es2panda::binder::ModuleVariable 83 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() function in panda::es2panda::binder::EnumVariable 84 void NamespaceVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() function in panda::es2panda::binder::NamespaceVariable 85 void ImportEqualsVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() function in panda::es2panda::binder::ImportEqualsVariable 86 void EnumLiteralVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() function in panda::es2panda::binder::EnumLiteralVariable
|
H A D | variable.h | 124 virtual void SetLexical(Scope *scope, util::PatchFix *patchFixHelper = nullptr) = 0; 167 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override; 183 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override; 195 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override; 265 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override; 283 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override; 313 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override; 347 void SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper = nullptr) override;
|
H A D | binder.cpp | 268 res.variable->SetLexical(res.scope, program_->PatchFixHelper()); in LookupReference() 336 res.variable->SetLexical(res.scope, program_->PatchFixHelper()); in LookupIdentReference()
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | variable.cpp | 46 void LocalVariable::SetLexical(Scope *scope) in SetLexical() function in ark::es2panda::varbinder::LocalVariable 57 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() function in ark::es2panda::varbinder::GlobalVariable 58 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() function in ark::es2panda::varbinder::ModuleVariable 59 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() function in ark::es2panda::varbinder::EnumVariable
|
H A D | variable.h | 143 virtual void SetLexical(Scope *scope) = 0; 198 void SetLexical([[maybe_unused]] Scope *scope) override; 214 void SetLexical([[maybe_unused]] Scope *scope) override; 246 void SetLexical([[maybe_unused]] Scope *scope) override; 287 void SetLexical([[maybe_unused]] Scope *scope) override;
|
H A D | varbinder.cpp | 163 res.variable->SetLexical(res.scope); in LookupReference() 237 variable->SetLexical(scope); in InstantiatePrivateContext() 265 res.variable->SetLexical(res.scope); in LookupIdentReference() 686 topScope_->ParamScope()->Params().back()->SetLexical(topScope_); in AddMandatoryParams()
|
H A D | scope.cpp | 336 var->SetLexical(this); in CheckDirectEval()
|
Completed in 6 milliseconds