text/template/parse.BreakNode.Position (method, view implemented interface methods)

6 uses

	text/template/parse (current package)
		node.go#L42: func (p Pos) Position() Pos {
		parse.go#L548: 	return pipe.Position(), pipe.Line, pipe, list, elseList
		parse.go#L708: 			node = t.newField(chain.Position(), chain.String())
		parse.go#L710: 			node = t.newVariable(chain.Position(), chain.String())

	html/template
		escape.go#L284: 					p.Cmds = appendCmd(p.Cmds, newIdentCmd(esc, p.Position()))
		escape.go#L320: 			newCmds = appendCmd(newCmds, newIdentCmd(name, p.Position()))