Home
last modified time | relevance | path

Searched refs:GetContainingObjectType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h110 static const checker::ETSObjectType *GetContainingObjectType(const ir::AstNode *node);
Dhelpers.cpp244 const checker::ETSObjectType *Helpers::GetContainingObjectType(const ir::AstNode *node) in GetContainingObjectType() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp482 auto *containingObjType = util::Helpers::GetContainingObjectType(declNode->Parent()); in CreateNewETSObjectType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp55 containingObjectType_(util::Helpers::GetContainingObjectType(RootNode())) in ETSGen()
384 auto containingObjectType = util::Helpers::GetContainingObjectType(var->Declaration()->Node()); in FormClassPropReference()