Searched defs:stringLiteral (Results 1 – 6 of 6) sorted by relevance
55 auto stringLiteral = ast->FindChild( in TEST_F() local99 auto stringLiteral = ast->FindChild([](AstNode *node) { return node->IsClassProperty(); }) in TEST_F() local
192 const stringLiteral = indexType.literal as StringLiteral; constant
304 auto stringLiteral = StringLiteralBuilder(Allocator()).SetValue("qwe").Build(); in TEST_F() local420 auto stringLiteral = StringLiteralBuilder(Allocator()).SetValue("test").Build(); in TEST_F() local
1904 for (const stringLiteral of stringLiterals) { constant1926 for (const stringLiteral of stringLiterals) { constant1936 for (const stringLiteral of stringLiterals) { constant
814 ir::StringLiteral *stringLiteral = orginalExpr->AsStringLiteral(); in CopyClassKeyExpression() local
1131 const stringLiteral = expr as ts.StringLiteral; constant