Searched refs:inheritProductCallParser (Results 1 – 1 of 1) sorted by relevance
134 "inherit-product": &inheritProductCallParser{loadAlways: true},135 "inherit-product-if-exists": &inheritProductCallParser{loadAlways: false},933 type inheritProductCallParser struct { struct937 func (p *inheritProductCallParser) parse(ctx *parseContext, v mkparser.Node, args *mkparser.MakeStr… argument