Home
last modified time | relevance | path

Searched defs:classScope (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp109 auto classScope = NearestScope(field); in GenerateGetterOrSetter() local
DunionLowering.cpp175 auto *classScope = accessClass->Scope()->AsClassScope(); in CreateNamedAccess() local
DlambdaLowering.cpp350 auto *classScope = info->calleeClass->Definition()->Scope()->AsClassScope(); in CreateCalleeMethod() local
807 auto *classScope = lambdaClass->Definition()->Scope(); in CorrectTheTrueThisForExtensionLambda() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp836 auto *classScope = childNode->AsClassDefinition()->Scope(); in ResolveReference() local
1167 const auto *classScope = scope->AsClassScope(); in CheckPrivateDeclaration() local
Dscope.cpp292 const auto *classScope = iter->AsClassScope(); in FindPrivateName() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp149 auto *classScope = classCtx.GetScope(); in VisitClassDefinition() local
287 auto *classScope = annoCtx.GetScope(); in VisitAnnotationDeclaration() local
1262 auto *classScope = classCtx.GetScope(); in VisitClassDefinition() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts525 const classScope = rootScope.children[0]; constant
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp939 ir::MethodDefinition *ETSChecker::CreateNonStaticClassInitializer(varbinder::ClassScope *classScope, in CreateNonStaticClassInitializer()
Dhelpers.cpp2803 …ssProperty *const property, ir::ClassProperty *const field, varbinder::ClassScope *classScope, boo… in GenGetterSetterScriptFunc()
2844varbinder::ClassScope *classScope, bool isSetter, in GenerateDefaultGetterSetter()