Home
last modified time | relevance | path

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

/build/blueprint/
Dmodule_ctx.go172 _, ok := d.module.propertyPos[name]
211 pos := d.module.propertyPos[property]
Dcontext.go128 propertyPos map[string]scanner.Position member
1064 module.propertyPos = make(map[string]scanner.Position)
1066 module.propertyPos[name] = propertyDef.Pos