Home
last modified time | relevance | path

Searched refs:GetInsertPosForConstructor (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h145 size_t GetInsertPosForConstructor(ir::ClassDefinition *node);
Dtransformer.cpp606 size_t Transformer::GetInsertPosForConstructor(ir::ClassDefinition *node) in GetInsertPosForConstructor() function in panda::es2panda::parser::Transformer
703 size_t insertPos = GetInsertPosForConstructor(node); in VisitInstanceProperty()
752 size_t insertPos = GetInsertPosForConstructor(node); in VisitTSParameterProperty()