Searched refs:BindName (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | varbinder.cpp | 146 topScope_->BindName(MAIN); in IdentifierAnalysis() 294 funcScope->BindName(name); in BuildInternalName()
|
H A D | ETSBinder.cpp | 405 func->Scope()->BindName(containingClassName); in BuildProxyMethod() 918 funcScope->BindName(recordTable_->RecordName()); in BuildInternalName() 941 funcScope->BindName(recordTable->RecordName()); in BuildInternalNameWithCustomRecordTable()
|
H A D | scope.h | 473 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 D | scope.cpp | 433 void FunctionParamScope::BindName(ArenaAllocator *allocator, util::StringView name) in BindName() function in ark::es2panda::varbinder::FunctionParamScope
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | binder.cpp | 402 funcScope->BindName(name, util::UString(internalName, Allocator()).View()); in LegacyBuildFunction() 432 funcScope->BindName(name, util::UString(internalNameStr, Allocator()).View()); in LegacyBuildFunction()
|
H A D | scope.h | 681 void BindName(ArenaAllocator *allocator, util::StringView name); 765 void BindName(util::StringView name, util::StringView internalName) in BindName() function in FunctionScope
|
H A D | scope.cpp | 523 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 D | scopesInitPhase.cpp | 469 funcParamScope->BindName(Allocator(), id->Name()); in VisitFunctionExpression()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | lambdaLowering.cpp | 313 funcScope->BindName(info->calleeClass->Definition()->TsType()->AsETSObjectType()->AssemblerName()); in GetAndApplyFunctionScope()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | expressionParser.cpp | 2581 funcParamScope->BindName(Allocator(), ident->Name()); in ParseFunctionExpression()
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | helpers.cpp | 2452 functionScope->BindName(classScope->Node()->AsClassDefinition()->InternalName()); in GenerateDefaultGetterSetter()
|
Completed in 27 milliseconds