Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp1069 auto *booleanLiteral = parser->AllocNode<ir::BooleanLiteral>(true); in GetTypeAnnotationFromLiteral() local
1075 auto *booleanLiteral = parser->AllocNode<ir::BooleanLiteral>(false); in GetTypeAnnotationFromLiteral() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2021 auto *booleanLiteral = AllocNode<ir::BooleanLiteral>(true); in ParseTsBasicType() local
2026 auto *booleanLiteral = AllocNode<ir::BooleanLiteral>(false); in ParseTsBasicType() local