Recognizer for vl-ifdef-context structures.
(vl-ifdef-context-p x) → *
Function:
(defun vl-ifdef-context-p (x) (declare (xargs :guard t)) (let ((__function__ 'vl-ifdef-context-p)) (declare (ignorable __function__)) (and (b* ((loc x)) (vl-location-p loc)))))