Home
last modified time | relevance | path

Searched refs:StaticMethodScope (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp469 …for (const auto [bindingName, var] : importProgram->GlobalClassScope()->StaticMethodScope()->Bindi… in ImportAllForeignBindings()
539 …const auto &staticMethodBindings = recordRes.front()->GlobalClassScope()->StaticMethodScope()->Bin… in FindImportSpecifiersVariable()
642 …const auto &staticMethodBindings = recordRes.front()->GlobalClassScope()->StaticMethodScope()->Bin… in FindStaticBinding()
Dscope.h600 LocalScope *StaticMethodScope() in StaticMethodScope() function
605 const LocalScope *StaticMethodScope() const in StaticMethodScope() function
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp718 VarBinder(), VarBinder()->GetScope()->AsClassScope()->StaticMethodScope()); in VisitClassStaticBlock()
755 targetScope = clsScope->StaticMethodScope(); in DeclareClassMethod()
999 VarBinder(), curScope->AsClassScope()->StaticMethodScope()); in VisitClassProperty()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp205 methodScope = classScope->StaticMethodScope(); in CreateClassInitializer()
435 …arbinder::LexicalScope<varbinder::LocalScope>::Enter(VarBinder(), classScope->StaticMethodScope()); in CreateClassMethod()
Dfunction.cpp1498 CreateLambdaFuncDecl(ctor, classScope->StaticMethodScope()); in CreateLambdaObjectForLambdaReference()
2200 CreateLambdaFuncDecl(ctor, classScope->StaticMethodScope()); in CreateLambdaObjectForFunctionReference()
2684 … CreateLambdaFuncDecl(implMethod, classDef->Scope()->AsClassScope()->StaticMethodScope()); in CreateAsyncProxy()
Dobject.cpp452 for (auto &[_, it] : scope->StaticMethodScope()->Bindings()) { in ResolveDeclaredMethodsOfObject()
Dhelpers.cpp1395 for (auto [_, var] : res->second.front()->GlobalClassScope()->StaticMethodScope()->Bindings()) { in SetPropertiesForModuleObject()