Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h112 void PushVariablesToNearestStatements(ir::BlockStatement *ast);
Dtransformer.cpp79 PushVariablesToNearestStatements(program_->Ast()); in TransformFromTS()
119 void Transformer::PushVariablesToNearestStatements(ir::BlockStatement *ast) in PushVariablesToNearestStatements() function in panda::es2panda::parser::Transformer