Searched defs:elemType (Results 1 – 9 of 9) sorted by relevance
236 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in GetETSAnnotation() local273 void AbcFileProcessor::GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType, in GetETSAnnotationImpl()
230 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in EnumerateAnnotations() local
507 auto elemType = GetElemType(); in ElemNumber() local
118 auto elemType = array->TsType()->AsETSArrayType()->ElementType(); in CreateSpreadArrIteratorStatement() local
515 checker::Type *GetIteratorType(ETSChecker *checker, checker::Type *elemType, ir::AstNode *left) in GetIteratorType() argument
2307 static bool ValidateAndProcessIteratorType(ETSChecker *checker, Type *elemType, ir::ForOfStatement … in ValidateAndProcessIteratorType()2359 checker::Type *elemType = nullptr; in Check() local
865 auto *elemType = prop->TypeAnnotation()->AsTSArrayType()->ElementType(); in CreateLiteralArrayProp() local
673 auto *elemType = prop->TsType()->AsETSArrayType()->ElementType(); in CreateLiteralArrayProp() local
953 for (const elemType of typeSet.types) { constant