Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go438 type concatExpr struct { struct
439 items []starlarkExpr
442 func (c *concatExpr) emit(gctx *generationContext) {
468 func (_ *concatExpr) typ() starlarkType {
472 func (c *concatExpr) emitListVarCopy(gctx *generationContext) {
476 func (c *concatExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {