Searched defs:indexType (Results 1 – 7 of 7) sorted by relevance
47 checker::Type *indexType = checker->CheckTypeCached(indexType_); in Check() local70 checker::Type *indexType = indexType_->AsTypeNode()->GetType(checker); in GetType() local
34 explicit TSIndexedAccessType(Expression *objectType, Expression *indexType) in TSIndexedAccessType()
57 checker::Type *indexType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
78 checker::Type *indexType = property_->Check(checker); in Check() local136 checker::Type *indexType = objType->StringIndexInfo()->GetType(); in Check() local
29 Type *ElaborationContext::GetBestMatchingType(Type *indexType, const ir::Expression *sourceNode) in GetBestMatchingType()
374 IndexInfo *Checker::GetApplicableIndexInfo(Type *type, Type *indexType) in GetApplicableIndexInfo()400 Type *Checker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType()
952 ir::Expression *indexType = ParseTsTypeAnnotation(&options); in ParseTsIndexAccessType() local