Searched defs:FunctionDecl (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| H A D | declaration.h | 192 class FunctionDecl : public MultiDecl<ir::ScriptFunction> { class 194 explicit FunctionDecl(ArenaAllocator *allocator, util::StringView name, ir::AstNode *node) in FunctionDecl() function in ark::es2panda::ark::es2panda::varbinder::FunctionDecl |
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| H A D | declaration.h | 316 class FunctionDecl : public MultiDecl<ir::ScriptFunction> { class 318 explicit FunctionDecl(ArenaAllocator *allocator, util::StringView name, const ir::AstNode *node) in FunctionDecl() function in panda::es2panda::panda::es2panda::binder::FunctionDecl |
Completed in 2 milliseconds