verilog-inside-comment-or-string-p

verilog-inside-comment-or-string-p is a compiled Lisp function in `verilog-mode.el'.

(verilog-inside-comment-or-string-p &optional POS)

Check if optional point POS is inside a comment.
This may require a slow pre-parse of the buffer with `verilog-scan'
to establish comment properties on all text.