Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h107 [[nodiscard]] Method ToStringMethod() const noexcept;
DetsEnumType.cpp319 ETSEnumType::Method ETSEnumType::ToStringMethod() const noexcept in ToStringMethod() function in ark::es2panda::checker::ETSEnumType
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp771 return enumInterface->ToStringMethod().globalSignature; in IsSucceedCompilationProxyMemberExpr()