Searched defs:callExpr (Results 1 – 1 of 1) sorted by relevance
554 type callExpr struct { struct555 object starlarkExpr // nil if static call556 name string557 args []starlarkExpr558 returnType starlarkType561 func (cx *callExpr) emit(gctx *generationContext) {579 func (cx *callExpr) typ() starlarkType {583 func (cx *callExpr) emitListVarCopy(gctx *generationContext) {587 func (cx *callExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {