func github.com/google/safehtml/template.newIdentCmd

3 uses

	github.com/google/safehtml/template (current package)
		escape.go#L194: 					p.Cmds = append(p.Cmds, newIdentCmd(esc, p.Position()))
		escape.go#L218: 		newCmds = append(newCmds, newIdentCmd(name, p.Position()))
		escape.go#L265: func newIdentCmd(identifier string, pos parse.Pos) *parse.CommandNode {