Home
last modified time | relevance | path

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

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