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()
83 varbinder::ConstScopeFindResult res, bool isDeclaration) in JSLReference()
180 varbinder::ConstScopeFindResult res, bool isDeclaration) in ETSLReference()
210 …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.cpp67 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp382 …daGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreVar()
712 …toreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreAccToLexEnv()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp462 …toreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) in StoreVar()
631 bool isDeclaration) in StoreAccToLexEnv()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3201 ir::ClassDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isD… in ParseClassDefinition()