Home
last modified time | relevance | path

Searched defs:LetDecl (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h277 class LetDecl : public Decl { class
279 explicit LetDecl(util::StringView name) : Decl(name) {} in LetDecl() function in ark::es2panda::ark::es2panda::varbinder::LetDecl
280 explicit LetDecl(util::StringView name, ir::AstNode *declNode) : Decl(name, declNode) {} in LetDecl() function in ark::es2panda::ark::es2panda::varbinder::LetDecl
/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h286 class LetDecl : public Decl { class
288 explicit LetDecl(util::StringView name) : Decl(name) {} in LetDecl() function in panda::es2panda::panda::es2panda::binder::LetDecl

Completed in 2 milliseconds