Searched refs:ContainingObjectType (Results 1 – 3 of 3) sorted by relevance
41 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()
37 [[nodiscard]] const checker::ETSObjectType *ContainingObjectType() const noexcept;
111 const checker::ETSObjectType *ETSGen::ContainingObjectType() const noexcept in ContainingObjectType() function in panda::es2panda::compiler::ETSGen