Home
last modified time | relevance | path

Searched refs:classProperties (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DglobalDeclTransformer.h42 explicit ResultT(ArenaAllocator *alloc) : classProperties(alloc->Adapter()), initStatements(alloc->Adapter()) {} in ResultT()
45 ArenaVector<ir::Statement *> classProperties; member
H A DglobalDeclTransformer.cpp33 result_.classProperties.clear(); in TransformStatements()
61 result_.classProperties.emplace_back(method); in VisitFunctionDeclaration()
79 result_.classProperties.emplace_back(field); in VisitVariableDeclaration()
H A DglobalClassHandler.cpp294 classDef->AddProperties(util::Helpers::ConvertVector<ir::AstNode>(statements.classProperties)); in CollectProgramGlobalStatements()

Completed in 2 milliseconds