Home
last modified time | relevance | path

Searched refs:BindName (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp146 topScope_->BindName(MAIN); in IdentifierAnalysis()
294 funcScope->BindName(name); in BuildInternalName()
H A DETSBinder.cpp405 func->Scope()->BindName(containingClassName); in BuildProxyMethod()
918 funcScope->BindName(recordTable_->RecordName()); in BuildInternalName()
941 funcScope->BindName(recordTable->RecordName()); in BuildInternalNameWithCustomRecordTable()
H A Dscope.h473 void BindName(ArenaAllocator *allocator, util::StringView name);
585 void BindName(util::StringView name) in BindName() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::FunctionScope
H A Dscope.cpp433 void FunctionParamScope::BindName(ArenaAllocator *allocator, util::StringView name) in BindName() function in ark::es2panda::varbinder::FunctionParamScope
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp402 funcScope->BindName(name, util::UString(internalName, Allocator()).View()); in LegacyBuildFunction()
432 funcScope->BindName(name, util::UString(internalNameStr, Allocator()).View()); in LegacyBuildFunction()
H A Dscope.h681 void BindName(ArenaAllocator *allocator, util::StringView name);
765 void BindName(util::StringView name, util::StringView internalName) in BindName() function in FunctionScope
H A Dscope.cpp523 void FunctionParamScope::BindName(ArenaAllocator *allocator, util::StringView name) in BindName() function in panda::es2panda::binder::FunctionParamScope
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp469 funcParamScope->BindName(Allocator(), id->Name()); in VisitFunctionExpression()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp313 funcScope->BindName(info->calleeClass->Definition()->TsType()->AsETSObjectType()->AssemblerName()); in GetAndApplyFunctionScope()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp2581 funcParamScope->BindName(Allocator(), ident->Name()); in ParseFunctionExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2452 functionScope->BindName(classScope->Node()->AsClassDefinition()->InternalName()); in GenerateDefaultGetterSetter()

Completed in 27 milliseconds