Home
last modified time | relevance | path

Searched refs:NewDecl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp261 auto *decl = NewDecl<ParameterDecl>(allocator, name); in AddParamDecl()
275 auto *varDecl = NewDecl<VarDecl>(allocator, binding->Name()); in AddParamDecl()
Dscope.h290 T *NewDecl(ArenaAllocator *allocator, Args &&... args);
970 T *Scope::NewDecl(ArenaAllocator *allocator, Args &&... args) in NewDecl() function