Home
last modified time | relevance | path

Searched refs:EraseBinding (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp154 scope->EraseBinding(newVar->Name()); in HandleFunctionParam()
205 scope->EraseBinding(oldVar->Name()); in HandleVariableDeclarator()
H A DinterfacePropertyDeclarations.cpp182 scope->AsClassScope()->InstanceFieldScope()->EraseBinding(name); in UpdateInterfacePropertys()
H A DlambdaLowering.cpp386 funcScope->EraseBinding(name); in CreateCalleeMethod()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp166 Scope::VariableMap::size_type Scope::EraseBinding(const util::StringView &name) in EraseBinding() function in ark::es2panda::varbinder::Scope
543 Scope::VariableMap::size_type GlobalScope::EraseBinding(const util::StringView &name) in EraseBinding() function in ark::es2panda::varbinder::GlobalScope
545 const auto erased = Scope::EraseBinding(name); in EraseBinding()
H A DETSBinder.h275 TopScope()->EraseBinding(imported); in FindLocalNameForImport()
H A Dscope.h248 virtual VariableMap::size_type EraseBinding(const util::StringView &name);
879 VariableMap::size_type EraseBinding(const util::StringView &name) override;
H A DETSBinder.cpp683 topScope->EraseBinding(imported); in ImportLocalName()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2515 scope->InstanceFieldScope()->EraseBinding(interfaceProp->Key()->AsIdentifier()->Name()); in GenerateGetterSetterPropertyAndMethod()

Completed in 19 milliseconds