Searched refs:AddClass (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
D | scope.cpp | 313 return AddClass<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding() 351 return AddClass<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding() 425 AddClass<ModuleVariable>(allocator, currentVariable, newDecl) : in AddBinding() 426 AddClass<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding()
|
D | scope.h | 434 bool AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl); 899 bool VariableScope::AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl) in AddClass() function
|