Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp307 return AddVar<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding()
345 return AddVar<GlobalVariable>(allocator, currentVariable, newDecl); in AddBinding()
409 AddVar<ModuleVariable>(allocator, currentVariable, newDecl) : in AddBinding()
410 AddVar<LocalVariable>(allocator, currentVariable, newDecl); in AddBinding()
Dscope.h425 bool AddVar(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl);
832 bool VariableScope::AddVar(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl) in AddVar() function