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.h105 [[nodiscard]] Method ToStringMethod() const noexcept;
DetsEnumType.cpp262 ETSEnumInterface::Method ETSEnumInterface::ToStringMethod() const noexcept in ToStringMethod() function in panda::es2panda::checker::ETSEnumInterface
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp716 return enumInterface->ToStringMethod().globalSignature; in IsSucceedCompilationProxyMemberExpr()