Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go731 type badExpr struct { struct
732 errorLocation ErrorLocation
733 message string
736 func (b *badExpr) emit(gctx *generationContext) {
740 func (_ *badExpr) typ() starlarkType {
744 func (b *badExpr) emitListVarCopy(gctx *generationContext) {
748 func (b *badExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {