Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbooleanLiteral.h30 …explicit BooleanLiteral(bool const value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value)… in BooleanLiteral() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
DbooleanLiteral.h34 explicit BooleanLiteral(bool value) : Literal(AstNodeType::BOOLEAN_LITERAL), boolean_(value) {} in BooleanLiteral() function