Searched defs:BindName (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/binder/ | ||
| D | scope.cpp | 503 void FunctionParamScope::BindName(ArenaAllocator *allocator, util::StringView name) in BindName() function in panda::es2panda::binder::FunctionParamScope |
| D | scope.h | 765 void BindName(util::StringView name, util::StringView internalName) in BindName() function |
| /arkcompiler/ets_frontend/ets2panda/varbinder/ | ||
| D | scope.h | 558 void BindName(util::StringView name) in BindName() function |
| D | scope.cpp | 499 void FunctionParamScope::BindName(ArenaAllocator *allocator, util::StringView name) in BindName() function in ark::es2panda::varbinder::FunctionParamScope |