Home
last modified time | relevance | path

Searched defs:memberIndex (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.cpp65 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in Start() local
H A DdestructuringContext.cpp222 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in GetTypeFromTupleByIndex() local
327 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), iterIndex); in CreateTupleTypeForRest() local
H A Dfunction.cpp158 util::StringView memberIndex = util::Helpers::ToStringView(allocator_, index); in CreateParameterTypeForArrayAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp65 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in Start() local
H A DdestructuringContext.cpp227 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), index_); in GetTypeFromTupleByIndex() local
331 util::StringView memberIndex = util::Helpers::ToStringView(checker_->Allocator(), iterIndex); in CreateTupleTypeForRest() local
H A Dfunction.cpp156 util::StringView memberIndex = util::Helpers::ToStringView(Allocator(), index); in CreateParameterTypeForArrayAssignmentPattern() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsTupleType.cpp94 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in GetType() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsTupleType.cpp59 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in GetType() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DarrayExpression.cpp338 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index - 1); in CheckPattern() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.cpp246 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in Check() local
361 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index - 1); in CheckPattern() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp280 util::StringView memberIndex = util::Helpers::ToStringView(checker->Allocator(), index); in Check() local

Completed in 10 milliseconds