Home
last modified time | relevance | path

Searched refs:ContainingObjectType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSfunction.cpp41 auto *superType = etsg->ContainingObjectType()->SuperType(); in CallImplicitCtor()
76 const auto *classDef = etsg->ContainingObjectType()->GetDeclNode()->AsClassDefinition(); in CompileSourceBlock()
98 const auto *classDef = etsg->ContainingObjectType()->GetDeclNode()->AsClassDefinition(); in CompileSourceBlock()
DETSGen.h37 [[nodiscard]] const checker::ETSObjectType *ContainingObjectType() const noexcept;
DETSGen.cpp111 const checker::ETSObjectType *ETSGen::ContainingObjectType() const noexcept in ContainingObjectType() function in panda::es2panda::compiler::ETSGen