Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go94 type boolLiteralExpr struct { struct
95 literal bool
98 func (b *boolLiteralExpr) emit(gctx *generationContext) {
106 func (_ *boolLiteralExpr) typ() starlarkType {
110 func (b *boolLiteralExpr) emitListVarCopy(gctx *generationContext) {
114 func (b *boolLiteralExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {