Home
last modified time | relevance | path

Searched defs:transformer (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/transformer/
DRenameFileNameTransformer.spec.ts146 const transformer = transformerFactory(context); constant
159 const transformer = transformerFactory(context); constant
169 const transformer = transformerFactory(context); constant
179 const transformer = transformerFactory(context); constant
189 const transformer = transformerFactory(context); constant
200 const transformer = transformerFactory(context); constant
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTTransformer.ts52 for (const transformer of this.transformers) { constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DpromiseVoid.cpp171 const auto transformer = [this, checker, genTypeLocation](ir::AstNode *ast) -> AstNodePtr { in Perform() local
222 auto transformer = [checkFunctionBody, &isOk](ir::AstNode *ast) { in Postcondition() local