Home
last modified time | relevance | path

Searched defs:classProperty (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DIsolatedDeclgenChecker.cpp59 auto *classProperty = arrayParent->AsClassProperty(); in IsEnumArray() local
122 auto *classProperty = decl->AsClassProperty(); in Check() local
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dstring_completions.cpp63 auto classProperty = property->AsClassProperty(); in GetCompletionsFromBody() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalDeclTransformer.cpp154 …:ExpressionStatement *GlobalDeclTransformer::InitTopLevelProperty(ir::ClassProperty *classProperty) in InitTopLevelProperty()
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts226 const classProperty = ts.factory.createClassExpression( constant
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp205 auto classProperty = ClassPropertyBuilder(Allocator()) in TEST_F() local
231 auto classProperty = ClassPropertyBuilder(Allocator()) in TEST_F() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp483 auto *classProperty = it->AsClassProperty(); in VisitComputedProperty() local
1044 auto *classProperty = it->AsClassProperty(); in VisitStaticProperty() local
1173 auto *classProperty = it->AsClassProperty(); in VisitClassDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3465 auto *classProperty = property->AsClassProperty(); in SuperCallShouldBeRootLevel() local