Searched refs:GetContainingObjectType (Results 1 – 4 of 4) sorted by relevance
144 static const checker::ETSObjectType *GetContainingObjectType(const ir::AstNode *node);
207 const checker::ETSObjectType *Helpers::GetContainingObjectType(const ir::AstNode *node) in GetContainingObjectType() function in ark::es2panda::util::Helpers
561 auto *containingObjType = util::Helpers::GetContainingObjectType(declNode->Parent()); in CreateNewETSObjectType()
58 containingObjectType_(util::Helpers::GetContainingObjectType(RootNode())) in ETSGen()377 auto containingObjectType = util::Helpers::GetContainingObjectType(var->Declaration()->Node()); in FormClassPropReference()