Home
last modified time | relevance | path

Searched defs:stringLiteral (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_preceding_token_test.cpp55 auto stringLiteral = ast->FindChild( in TEST_F() local
99 auto stringLiteral = ast->FindChild([](AstNode *node) { return node->IsClassProperty(); }) in TEST_F() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts192 const stringLiteral = indexType.literal as StringLiteral; constant
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp304 auto stringLiteral = StringLiteralBuilder(Allocator()).SetValue("qwe").Build(); in TEST_F() local
420 auto stringLiteral = StringLiteralBuilder(Allocator()).SetValue("test").Build(); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1904 for (const stringLiteral of stringLiterals) { constant
1926 for (const stringLiteral of stringLiterals) { constant
1936 for (const stringLiteral of stringLiterals) { constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp814 ir::StringLiteral *stringLiteral = orginalExpr->AsStringLiteral(); in CopyClassKeyExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts1131 const stringLiteral = expr as ts.StringLiteral; constant