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