Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp1055 auto *booleanLiteral = parser->AllocNode<ir::BooleanLiteral>(true); in GetTypeAnnotationFromLiteral() local
1061 auto *booleanLiteral = parser->AllocNode<ir::BooleanLiteral>(false); in GetTypeAnnotationFromLiteral() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2013 auto *booleanLiteral = AllocNode<ir::BooleanLiteral>(true); in ParseTsBasicType() local
2018 auto *booleanLiteral = AllocNode<ir::BooleanLiteral>(false); in ParseTsBasicType() local

Completed in 10 milliseconds