Home
last modified time | relevance | path

Searched refs:CreateVarDecl (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dnode_creator.h37 ir::VariableDeclaration *CreateVarDecl(bool declare, util::StringView name = "x") in CreateVarDecl() function in ark::es2panda::gtests::NodeGenerator
68 auto varDecl = CreateVarDecl(true, name); in CreateBlockWithDeclare()
78 return alloc_->New<ir::ForUpdateStatement>(CreateVarDecl(true), CreateLessCmpExpr(), CreateIncrement(), in CreateForUpdate()

Completed in 1 milliseconds