Searched defs:SetLexical (Results 1 – 2 of 2) sorted by relevance
44 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical() function in panda::es2panda::binder::LocalVariable83 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *pat… in SetLexical() function in panda::es2panda::binder::GlobalVariable84 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *pat… in SetLexical() function in panda::es2panda::binder::ModuleVariable85 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patch… in SetLexical() function in panda::es2panda::binder::EnumVariable86 void NamespaceVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *… in SetLexical() function in panda::es2panda::binder::NamespaceVariable87 void ImportEqualsVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFi… in SetLexical() function in panda::es2panda::binder::ImportEqualsVariable88 void EnumLiteralVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix… in SetLexical() function in panda::es2panda::binder::EnumLiteralVariable
46 void LocalVariable::SetLexical(Scope *scope) in SetLexical() function in ark::es2panda::varbinder::LocalVariable57 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() function in ark::es2panda::varbinder::GlobalVariable58 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() function in ark::es2panda::varbinder::ModuleVariable59 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() function in ark::es2panda::varbinder::EnumVariable