Searched refs:GetContainingObjectType (Results 1 – 4 of 4) sorted by relevance
110 static const checker::ETSObjectType *GetContainingObjectType(const ir::AstNode *node);
244 const checker::ETSObjectType *Helpers::GetContainingObjectType(const ir::AstNode *node) in GetContainingObjectType() function in panda::es2panda::util::Helpers
482 auto *containingObjType = util::Helpers::GetContainingObjectType(declNode->Parent()); in CreateNewETSObjectType()
55 containingObjectType_(util::Helpers::GetContainingObjectType(RootNode())) in ETSGen()384 auto containingObjectType = util::Helpers::GetContainingObjectType(var->Declaration()->Node()); in FormClassPropReference()