Home
last modified time | relevance | path

Searched defs:indexType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexedAccessType.cpp47 checker::Type *indexType = checker->CheckTypeCached(indexType_); in Check() local
70 checker::Type *indexType = indexType_->AsTypeNode()->GetType(checker); in GetType() local
DtsIndexedAccessType.h34 explicit TSIndexedAccessType(Expression *objectType, Expression *indexType) in TSIndexedAccessType()
DtsIndexSignature.cpp57 checker::Type *indexType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp78 checker::Type *indexType = property_->Check(checker); in Check() local
136 checker::Type *indexType = objType->StringIndexInfo()->GetType(); in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.cpp29 Type *ElaborationContext::GetBestMatchingType(Type *indexType, const ir::Expression *sourceNode) in GetBestMatchingType()
Dobject.cpp374 IndexInfo *Checker::GetApplicableIndexInfo(Type *type, Type *indexType) in GetApplicableIndexInfo()
400 Type *Checker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp952 ir::Expression *indexType = ParseTsTypeAnnotation(&options); in ParseTsIndexAccessType() local