Lines Matching defs:line
5 ;; This minor mode uses Clang's command line interface for code
41 ;; line, Clang's code-completion is enabled.
77 ;;; Compute the current line in the buffer
78 (defun current-line ()
103 (defun is-completion-line (line)
104 (or (string-match "OVERLOAD:" line)
105 (string-match (concat "COMPLETION: " clang-completion-substring) line)))
114 (completion-lines (filter 'is-completion-line all-lines)))
141 (number-to-string (+ 1 (current-line)))