Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DtaggedLiteral.h32 class TaggedLiteral : public Literal { class
34 explicit TaggedLiteral(LiteralTag tag) : Literal(AstNodeType::TAGGED_LITERAL), tag_(tag) {} in TaggedLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TaggedLiteral
35 explicit TaggedLiteral(LiteralTag tag, util::StringView str) in TaggedLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TaggedLiteral
40 explicit TaggedLiteral(LiteralTag tag, uint16_t num) in TaggedLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TaggedLiteral

Completed in 1 milliseconds