Home
last modified time | relevance | path

Searched defs:Cases (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchStatement.h57 const ArenaVector<SwitchCaseStatement *> &Cases() const in Cases() function
62 ArenaVector<SwitchCaseStatement *> &Cases() in Cases() function
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchStatement.h63 [[nodiscard]] const ArenaVector<SwitchCaseStatement *> &Cases() const noexcept in Cases() function
68 [[nodiscard]] ArenaVector<SwitchCaseStatement *> &Cases() noexcept in Cases() function