Home
last modified time | relevance | path

Searched defs:typeOperator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp707 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::READONLY); in ParseTypeOperatorOrTypeReference() local
720 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::KEYOF); in ParseTypeOperatorOrTypeReference() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp841 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::READONLY); in ParseTsTypeOperatorOrTypeReference() local
856 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::KEYOF); in ParseTsTypeOperatorOrTypeReference() local
870 auto *typeOperator = AllocNode<ir::TSTypeOperator>(type, ir::TSOperatorType::UNIQUE); in ParseTsTypeOperatorOrTypeReference() local