Home
last modified time | relevance | path

Searched refs:GetPropertyTypeForIndexType (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DtypeElaborationContext.cpp35 Type *currentType = checker_->GetPropertyTypeForIndexType(*it, indexType); in GetBestMatchingType()
73 checker_->GetPropertyTypeForIndexType(targetType_, checker_->CreateStringLiteralType(memberIndex)); in Start()
142 targetElementType = checker_->GetPropertyTypeForIndexType(targetType_, propKeyType); in Start()
H A Dobject.cpp391 Type *TSChecker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DtypeElaborationContext.cpp35 Type *currentType = checker_->GetPropertyTypeForIndexType(*it, indexType); in GetBestMatchingType()
73 checker_->GetPropertyTypeForIndexType(targetType_, checker_->CreateStringLiteralType(memberIndex)); in Start()
140 targetElementType = checker_->GetPropertyTypeForIndexType(targetType_, propKeyType); in Start()
H A Dobject.cpp403 Type *Checker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsIndexedAccessType.cpp77 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsIndexedAccessType.cpp70 checker::Type *resolved = checker->GetPropertyTypeForIndexType(baseType, indexType); in GetType()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.cpp109 checker::Type *indexedAccessType = checker->GetPropertyTypeForIndexType(baseType, indexType); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h334 Type *GetPropertyTypeForIndexType(Type *type, Type *indexType);
H A DTSAnalyzer.cpp648 checker::Type *indexedAccessType = checker->GetPropertyTypeForIndexType(baseType, indexType); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h408 Type *GetPropertyTypeForIndexType(Type *type, Type *indexType);

Completed in 8 milliseconds