Home
last modified time | relevance | path

Searched refs:SetToStringMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp408 enumType->SetToStringMethod(toStringMethod); in CreateETSEnumType()
420 enumLiteralType->SetToStringMethod(toStringMethod); in CreateETSEnumType()
458 enumType->SetToStringMethod(toStringMethod); in CreateETSStringEnumType()
471 enumLiteralType->SetToStringMethod(toStringMethod); in CreateETSStringEnumType()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h106 void SetToStringMethod(Method const &method) noexcept in SetToStringMethod() function