Home
last modified time | relevance | path

Searched refs:GetValueMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h111 [[nodiscard]] Method GetValueMethod() const noexcept;
DetsEnumType.cpp250 ETSEnumInterface::Method ETSEnumInterface::GetValueMethod() const noexcept in GetValueMethod() function in panda::es2panda::checker::ETSEnumInterface
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp720 return enumInterface->GetValueMethod().globalSignature; in IsSucceedCompilationProxyMemberExpr()