Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp313 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()
Dscope.h434 bool AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl);
899 bool VariableScope::AddClass(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl) in AddClass() function