Searched defs:elemType (Results 1 – 8 of 8) sorted by relevance
238 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in GetETSAnnotation() local275 void AbcFileProcessor::GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType, in GetETSAnnotationImpl()
235 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in EnumerateAnnotations() local
507 auto elemType = GetElemType(); in ElemNumber() local
580 checker::Type *GetIteratorType(ETSChecker *checker, checker::Type *elemType, ir::AstNode *left) in GetIteratorType() argument
3004 static bool ValidateAndProcessIteratorType(ETSChecker *checker, Type *elemType, ir::ForOfStatement … in ValidateAndProcessIteratorType()3051 checker::Type *elemType = checker->GlobalTypeError(); in Check() local
879 auto *elemType = prop->TypeAnnotation()->AsTSArrayType()->ElementType(); in CreateLiteralArrayProp() local
804 auto *elemType = checker->GetElementTypeOfArray(prop->TsType()); in CreateLiteralArrayProp() local
1127 for (const elemType of typeSet.types) { constant