Searched defs:indexType (Results 1 – 8 of 8) sorted by relevance
47 checker::Type *indexType = checker->CheckTypeCached(indexType_); in Check() local69 checker::Type *indexType = indexType_->AsTypeNode()->GetType(checker); in GetType() local
34 explicit TSIndexedAccessType(Expression *objectType, Expression *indexType) in TSIndexedAccessType()
56 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()
372 IndexInfo *Checker::GetApplicableIndexInfo(Type *type, Type *indexType) in GetApplicableIndexInfo()398 Type *Checker::GetPropertyTypeForIndexType(Type *type, Type *indexType) in GetPropertyTypeForIndexType()
903 GateType indexType = acc_.GetGateType(index); in VisitIndexCheck() local948 GateType indexType = acc_.GetGateType(index); in VisitLoadElement() local966 GateType indexType = acc_.GetGateType(index); in VisitStoreElement() local
1032 ir::Expression *indexType = ParseTsTypeAnnotation(&options); in ParseTsIndexAccessType() local