Searched defs:badExpr (Results 1 – 2 of 2) sorted by relevance
731 type badExpr struct { struct732 errorLocation ErrorLocation733 message string736 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 {
2084 func (p *parser) badExpr() *BadExpr { func