Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlreference.cpp37 LReference::LReference(const ir::AstNode *node, PandaGen *pg, bool isDeclaration, ReferenceKind refKind, in LReference() argument
158 LReference LReference::CreateLRef(PandaGen *pg, const ir::AstNode *node, bool isDeclaration) in CreateLRef() argument
[all...]
H A Ddestructuring.cpp32 GenRestElement(PandaGen *pg, const ir::SpreadElement *restElement, const DestructuringIterator &destIterator, bool isDeclaration) GenRestElement() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DspreadElement.cpp45 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DspreadElement.cpp77 bool SpreadElement::ConvertibleToRest(bool isDeclaration, bool allowPattern) in ConvertibleToRest() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp31 GenRestElement(PandaGen *pg, const ir::SpreadElement *restElement, const DestructuringIterator &destIterator, bool isDeclaration) GenRestElement() argument
H A Dlreference.cpp36 LReference::LReferenceBase LReference::CreateBase(CodeGen *cg, const ir::AstNode *node, bool isDeclaration) in CreateBase() argument
206 ETSLReference ETSLReference::Create(CodeGen *const cg, const ir::AstNode *const node, const bool isDeclaration) in Create() argument
78 JSLReference(CodeGen *cg, const ir::AstNode *node, ReferenceKind refKind, varbinder::ConstScopeFindResult res, bool isDeclaration) JSLReference() argument
175 ETSLReference(CodeGen *cg, const ir::AstNode *node, ReferenceKind refKind, varbinder::ConstScopeFindResult res, bool isDeclaration) ETSLReference() argument
[all...]
H A Dlreference.h120 static JSLReference Create(CodeGen *cg, const ir::AstNode *node, bool isDeclaration) in Create() argument
96 LReference(const ir::AstNode *node, ReferenceKind refKind, varbinder::ConstScopeFindResult res, bool isDeclaration) LReference() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.cpp461 void PandaGen::StoreVar(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) in StoreVar() argument
629 StoreAccToLexEnv(const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDeclaration) StoreAccToLexEnv() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp363 void PandaGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreVar() argument
693 void PandaGen::StoreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration) in StoreAccToLexEnv() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp3150 ir::ClassDefinition *ParserImpl::ParseClassDefinition(bool isDeclaration, bool idRequired, bool isDeclare, in ParseClassDefinition() argument

Completed in 17 milliseconds