Home
last modified time | relevance | path

Searched defs:isDeclaration (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.cpp36 …ce::LReferenceBase LReference::CreateBase(CodeGen *cg, const ir::AstNode *node, bool isDeclaration) in CreateBase()
79 varbinder::ConstScopeFindResult res, bool isDeclaration) in JSLReference()
176 varbinder::ConstScopeFindResult res, bool isDeclaration) in ETSLReference()
206 …e ETSLReference::Create(CodeGen *const cg, const ir::AstNode *const node, const bool isDeclaration) in Create()
Dlreference.h97 bool isDeclaration) in LReference()
120 static JSLReference Create(CodeGen *cg, const ir::AstNode *node, bool isDeclaration) in Create()
Ddestructuring.cpp32 const DestructuringIterator &destIterator, bool isDeclaration) in GenRestElement()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlreference.cpp36 LReference::LReference(const ir::AstNode *node, PandaGen *pg, bool isDeclaration, ReferenceKind ref… in LReference()
157 LReference LReference::CreateLRef(PandaGen *pg, const ir::AstNode *node, bool isDeclaration) in CreateLRef()
Ddestructuring.cpp30 const DestructuringIterator &destIterator, bool isDeclaration) in GenRestElement()
/arkcompiler/ets_frontend/es2panda/ir/base/
DspreadElement.cpp45 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DspreadElement.cpp77 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp377 …daGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreVar()
707 …toreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreAccToLexEnv()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp461 …toreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) in StoreVar()
630 bool isDeclaration) in StoreAccToLexEnv()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3155 ir::ClassDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isD… in ParseClassDefinition()