Home
last modified time | relevance | path

Searched refs:propertyPos (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dmodule_ctx.go405 _, ok := d.module.propertyPos[name]
451 pos := d.module.propertyPos[property]
1209 module.propertyPos = mctx.module.propertyPos
1276 module.propertyPos = l.module.propertyPos
Dcontext.go274 propertyPos map[string]scanner.Position member
1528 module.propertyPos = make(map[string]scanner.Position)
1530 module.propertyPos[name] = propertyDef.ColonPos