Searched refs:AddVar (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
D | scope.cpp | 307 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()
|
D | scope.h | 425 bool AddVar(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl); 832 bool VariableScope::AddVar(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl) in AddVar() function
|