Searched refs:isDecl (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lexenv.cpp | 90 bool isDecl) in ExpandStoreLexVar() 96 if (decl->IsLetOrConstDecl() && !isDecl) { in ExpandStoreLexVar() 110 bool isDecl) in ExpandStoreNormalVar() 115 if (!isDecl) { in ExpandStoreNormalVar() 128 bool isDecl) in Expand() 131 ExpandStoreLexVar(pg, node, result, isDecl); in Expand() 133 ExpandStoreNormalVar(pg, node, result, isDecl); in Expand() 89 ExpandStoreLexVar(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDecl) ExpandStoreLexVar() argument 109 ExpandStoreNormalVar(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDecl) ExpandStoreNormalVar() argument 127 Expand(PandaGen *pg, const ir::AstNode *node, const varbinder::ConstScopeFindResult &result, bool isDecl) Expand() argument
|
H A D | lexenv.h | 37 bool isDecl);
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lexenv.cpp | 97 static void ExpandStoreLexVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecl) in ExpandStoreLexVar() argument 103 if (decl->IsLetOrConstOrClassDecl() && !isDecl) { in ExpandStoreLexVar() 126 bool isDecl) in ExpandStoreNormalVar() 131 if (!isDecl) { in ExpandStoreNormalVar() 143 void VirtualStoreVar::Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecl) in Expand() argument 146 ExpandStoreLexVar(pg, node, result, isDecl); in Expand() 148 ExpandStoreNormalVar(pg, node, result, isDecl); in Expand() 125 ExpandStoreNormalVar(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecl) ExpandStoreNormalVar() argument
|
H A D | lexenv.h | 37 static void Expand(PandaGen *pg, const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecl);
|
Completed in 2 milliseconds