Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go554 type callExpr struct { struct
555 object starlarkExpr // nil if static call
556 name string
557 args []starlarkExpr
558 returnType starlarkType
561 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 {