Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h144 static const checker::ETSObjectType *GetContainingObjectType(const ir::AstNode *node);
Dhelpers.cpp207 const checker::ETSObjectType *Helpers::GetContainingObjectType(const ir::AstNode *node) in GetContainingObjectType() function in ark::es2panda::util::Helpers
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp561 auto *containingObjType = util::Helpers::GetContainingObjectType(declNode->Parent()); in CreateNewETSObjectType()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp58 containingObjectType_(util::Helpers::GetContainingObjectType(RootNode())) in ETSGen()
377 auto containingObjectType = util::Helpers::GetContainingObjectType(var->Declaration()->Node()); in FormClassPropReference()