text/template/parse.BoolNode.Position (method, view implemented interface methods)
6 uses
text/template/parse (current package)
node.go#L42: func (p Pos) Position() Pos {
parse.go#L563: return pipe.Position(), pipe.Line, pipe, list, elseList
parse.go#L742: node = t.newField(chain.Position(), chain.String())
parse.go#L744: node = t.newVariable(chain.Position(), chain.String())
html/template
escape.go#L292: p.Cmds = appendCmd(p.Cmds, newIdentCmd(esc, p.Position()))
escape.go#L328: newCmds = appendCmd(newCmds, newIdentCmd(name, p.Position()))