Searched refs:ParseArrayType (Results 1 – 6 of 6) sorted by relevance
49 ir::TSArrayType *ParseArrayType(ir::TypeNode *elementType);
1131 ir::TSArrayType *TSParser::ParseArrayType(ir::TypeNode *elementType) in ParseArrayType() function in panda::es2panda::parser::TSParser1498 return ParseArrayType(typeAnnotation); in ParseTypeAnnotationElement()
176 JSHandle<TSArrayType> ParseArrayType(const JSPandaFile *jsPandaFile, const CString &recordName,
244 … JSHandle<TSArrayType> arrayType = ParseArrayType(jsPandaFile, recordName, typeLiteralExtractor); in ParseNonImportType()410 JSHandle<TSArrayType> TSTypeParser::ParseArrayType(const JSPandaFile *jsPandaFile, const CString &r… in ParseArrayType() function in panda::ecmascript::TSTypeParser
81 bool ParseArrayType(TyIdx &arrayTyIdx);
291 bool MIRParser::ParseArrayType(TyIdx &arrayTyIdx) in ParseArrayType() function in maple::MIRParser1285 if (!ParseArrayType(pointTypeIdx)) { in ParsePointType()1466 if (!ParseArrayType(tyIdx)) { in ParseDerivedType()