Home
last modified time | relevance | path

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

/build/soong/mk2rbc/
Dexpr.go645 type identifierExpr struct { struct
646 name string
649 func (i *identifierExpr) emit(gctx *generationContext) {
653 func (i *identifierExpr) typ() starlarkType {
657 func (i *identifierExpr) emitListVarCopy(gctx *generationContext) {
661 func (i *identifierExpr) transform(transformer func(expr starlarkExpr) starlarkExpr) starlarkExpr {