Searched refs:declarations_ (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ | ||
H A D | declaration.h | 147 : Decl(name), declarations_(allocator->Adapter()) in MultiDecl() 153 return declarations_; in Decls() 158 declarations_.push_back(decl); in Add() 162 ArenaVector<T *> declarations_; member in panda::es2panda::panda::es2panda::binder::MultiDecl |
/arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
H A D | declaration.h | 111 : Decl(name), declarations_(allocator->Adapter()) in MultiDecl() 116 : Decl(name, declNode), declarations_(allocator->Adapter()) in MultiDecl() 122 return declarations_; in Decls() 127 declarations_.push_back(decl); in Add() 131 ArenaVector<T *> declarations_; member in ark::es2panda::ark::es2panda::varbinder::MultiDecl |
Completed in 3 milliseconds