Searched defs:StringLiteral (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ | ||
| H A D | stringLiteral.h | 24 class StringLiteral : public Literal { class 31 explicit StringLiteral() : StringLiteral("") {} in StringLiteral() function in ark::es2panda::ir::StringLiteral 32 explicit StringLiteral(util::StringView str) : Literal(AstNodeType::STRING_LITERAL), str_(str) {} in StringLiteral() function in ark::es2panda::ir::StringLiteral |
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ | ||
| H A D | stringLiteral.h | 33 class StringLiteral : public Literal { class 35 explicit StringLiteral(util::StringView str) : Literal(AstNodeType::STRING_LITERAL), str_(str) {} in StringLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::StringLiteral |
Completed in 1 milliseconds