Home
last modified time | relevance | path

Searched refs:BindNameWithScopeInfo (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h763 virtual void BindNameWithScopeInfo(util::StringView name, util::StringView recordName);
1027 void BindNameWithScopeInfo(util::StringView name, util::StringView recordName) override
1029 // only func_main_0 will call BindNameWithScopeInfo() of GlobalScope
1069 void BindNameWithScopeInfo(util::StringView name, util::StringView recordName) override
1071 // only func_main_0 will call BindNameWithScopeInfo() of ModuleScope
H A Dscope.cpp564 void FunctionScope::BindNameWithScopeInfo(util::StringView name, util::StringView recordName) in BindNameWithScopeInfo() function in panda::es2panda::binder::FunctionScope
H A Dbinder.cpp384 funcScope->BindNameWithScopeInfo(name, util::UString(recordName, Allocator()).View()); in BuildFunction()

Completed in 6 milliseconds