Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp4186 ir::TypeNode *baseTypeReference = ParseBaseTypeReference(&options); in ParseNewExpression() local
4187 ir::TypeNode *typeReference = baseTypeReference; in ParseNewExpression()
4228 if (baseTypeReference != nullptr) { in ParseNewExpression()
4229 ThrowSyntaxError("Can not use 'new' on primitive types.", baseTypeReference->Start()); in ParseNewExpression()