Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dhoisting.cpp100 pg->StoreVar(node, {nameSpaceEntry->localName_, pg->TopScope(), 0, var}, true); in HoistNameSpaceImports()
H A Dlreference.cpp100 pg_->StoreVar(node_, res_, isDeclaration_); in SetValue()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.cpp148 pg_->StoreVar(Node(), Result(), IsDeclaration()); in SetValue()
330 etsg_->StoreVar(Node()->AsIdentifier(), Result()); in SetValue()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h88 void StoreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration);
H A Dpandagen.cpp461 void PandaGen::StoreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) in StoreVar() function in ark::es2panda::compiler::PandaGen
H A DETSGen.h59 void StoreVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result);
H A DETSGen.cpp329 void ETSGen::StoreVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result) in StoreVar() function in ark::es2panda::compiler::ETSGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h269 void StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration);
H A Dpandagen.cpp363 void PandaGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreVar() function in panda::es2panda::compiler::PandaGen

Completed in 16 milliseconds