Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DswitchStatementBuilder.h27 explicit SwitchStatementBuilder(ark::ArenaAllocator *allocator) in SwitchStatementBuilder() function
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DCfgBuilder.ts89 export class SwitchStatementBuilder extends StatementBuilder { class