Home
last modified time | relevance | path

Searched refs:decls_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h160 return decls_; in Decls()
165 return decls_; in Decls()
220 decls_.push_back(decl); in AddDecl()
228 decls_.push_back(decl); in AddTsDecl()
284 : parent_(parent), decls_(allocator->Adapter()), bindings_(allocator->Adapter()) in Scope()
289 : parent_(parent), decls_(allocator->Adapter()), bindings_(allocator->Adapter()), flags_(flags) in Scope()
363 ArenaVector<Decl *> decls_; member in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::Scope
1019 decls_.push_back(decl); in NewDecl()
1034 decls_.push_back(decl); in AddDecl()
H A Dscope.cpp147 decls_.push_back(var->Declaration()); in InsertBinding()
225 for (auto *it : decls_) { in FindDecl()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h255 return decls_; in Decls()
312 decls_.push_back(decl); in AddDecl()
318 decls_.push_back(decl); in AddTsDecl()
434 decls_(allocator->Adapter()), in Scope()
500 ArenaVector<Decl *> decls_; member in Scope
1357 decls_.push_back(decl); in NewDecl()
1374 decls_.push_back(decl); in AddDecl()
H A Dscope.cpp331 for (auto *it : decls_) { in FindDecl()
342 for (auto *it : decls_) { in HasVarDecl()

Completed in 8 milliseconds