Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h75 bool ParseArrayType(TyIdx &arrayTyIdx);
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.h52 ir::TSArrayType *ParseArrayType(ir::TypeNode *elementType);
DTSparser.cpp927 ir::TSArrayType *TSParser::ParseArrayType(ir::TypeNode *elementType) in ParseArrayType() function in ark::es2panda::parser::TSParser
1341 return parser->ParseArrayType(typeAnnotation); in ParsePunctuatorTokens()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp277 bool MIRParser::ParseArrayType(TyIdx &arrayTyIdx) in ParseArrayType() function in maple::MIRParser