Home
last modified time | relevance | path

Searched defs:Transformer (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/transformer/
DTransformer.ts19 class Transformer { class
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTTransformer.ts20 export class Transformer { class
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/
Dast.py27 Transformer = Callable[[T], T] variable
/arkcompiler/ets_frontend/es2panda/
Des2panda.h40 class Transformer; variable
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h84 explicit Transformer(panda::ArenaAllocator *allocator) in Transformer() function