Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go44 type stringLiteralExpr struct { struct
45 literal string
48 func (s *stringLiteralExpr) emit(gctx *generationContext) {
52 func (_ *stringLiteralExpr) typ() starlarkType {
56 func (s *stringLiteralExpr) emitListVarCopy(gctx *generationContext) {
60 …c (s *stringLiteralExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {