Home
last modified time | relevance | path

Searched defs:PropertyDecl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h223 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h225 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() function