regexp/syntax.compiler.nop (method)

4 uses

	regexp/syntax (current package)
		compile.go#L93: 		return c.nop()
		compile.go#L96: 			return c.nop()
		compile.go#L139: 			return c.nop()
		compile.go#L167: func (c *compiler) nop() frag {