Searched refs:BindVarDecl (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.h | 191 virtual void BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, 335 void BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl,
|
H A D | scopesInitPhase.cpp | 229 BindVarDecl(binding, init, decl, var); in VisitVariableDeclarator() 454 void ScopesInitPhase::BindVarDecl([[maybe_unused]] ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl() function in ark::es2panda::compiler::ScopesInitPhase 775 void InitScopesPhaseETS::BindVarDecl(ir::Identifier *binding, ir::Expression *init, varbinder::Decl *decl, in BindVarDecl() function in ark::es2panda::compiler::InitScopesPhaseETS
|
Completed in 4 milliseconds