Searched defs:PropertyDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 216 class PropertyDecl : public Decl { class 218 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() function in ark::es2panda::ark::es2panda::varbinder::PropertyDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 221 class PropertyDecl : public Decl { class 223 explicit PropertyDecl(util::StringView name) : Decl(name) {} in PropertyDecl() function in panda::es2panda::panda::es2panda::binder::PropertyDecl |
Completed in 2 milliseconds