text/template/parse.ActionNode.tr (field)

4 uses

	text/template/parse (current package)
		node.go#L258: 	tr   *Tree
		node.go#L264: 	return &ActionNode{tr: t, NodeType: NodeAction, Pos: pos, Line: line, Pipe: pipe}
		node.go#L280: 	return a.tr
		node.go#L284: 	return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())