Home
last modified time | relevance | path

Searched defs:AddBinding (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp509 bool FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in panda::es2panda::binder::FunctionParamScope
562 bool FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::FunctionScope
645 bool TSEnumScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::TSEnumScope
680 bool GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::GlobalScope
742 bool ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::ModuleScope
803 bool LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::LocalScope
823 bool CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding() function in panda::es2panda::binder::CatchParamScope
829 bool CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function in panda::es2panda::binder::CatchScope
Dscope.h881 bool AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function
981 bool AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function
1000 bool AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp505 Variable *FunctionParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in ark::es2panda::varbinder::FunctionParamScope
512 Variable *AnnotationParamScope::AddBinding([[maybe_unused]] ArenaAllocator *allocator, in AddBinding() function in ark::es2panda::varbinder::AnnotationParamScope
536 Variable *FunctionScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *new… in AddBinding() function in ark::es2panda::varbinder::FunctionScope
587 Variable *GlobalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDe… in AddBinding() function in ark::es2panda::varbinder::GlobalScope
709 Variable *ModuleScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDe… in AddBinding() function in ark::es2panda::varbinder::ModuleScope
839 Variable *LocalScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding() function in ark::es2panda::varbinder::LocalScope
958 Variable *ClassScope::AddBinding(ArenaAllocator *allocator, [[maybe_unused]] Variable *currentVaria… in AddBinding() function in ark::es2panda::varbinder::ClassScope
1074 Variable *CatchParamScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *n… in AddBinding() function in ark::es2panda::varbinder::CatchParamScope
1080 Variable *CatchScope::AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDec… in AddBinding() function in ark::es2panda::varbinder::CatchScope
Dscope.h807 Variable *AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function
859 Variable *AddBinding(ArenaAllocator *allocator, Variable *currentVariable, Decl *newDecl, in AddBinding() function