Home
last modified time | relevance | path

Searched refs:ParseArrayType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.h49 ir::TSArrayType *ParseArrayType(ir::TypeNode *elementType);
DTSparser.cpp1131 ir::TSArrayType *TSParser::ParseArrayType(ir::TypeNode *elementType) in ParseArrayType() function in panda::es2panda::parser::TSParser
1498 return ParseArrayType(typeAnnotation); in ParseTypeAnnotationElement()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.h176 JSHandle<TSArrayType> ParseArrayType(const JSPandaFile *jsPandaFile, const CString &recordName,
Dts_type_parser.cpp244 … 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
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h81 bool ParseArrayType(TyIdx &arrayTyIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp291 bool MIRParser::ParseArrayType(TyIdx &arrayTyIdx) in ParseArrayType() function in maple::MIRParser
1285 if (!ParseArrayType(pointTypeIdx)) { in ParsePointType()
1466 if (!ParseArrayType(tyIdx)) { in ParseDerivedType()