Home | History | Annotate | Download | only in clang

Lines Matching defs:filepos

99   (let ((start (clang-format--filepos-to-bufferpos offset 'exact 'utf-8-unix))
100 (end (clang-format--filepos-to-bufferpos (+ offset length) 'exact
107 ;; ?bufferpos-to-filepos? and ?filepos-to-bufferpos? are new in Emacs 25.1.
109 (defalias 'clang-format--bufferpos-to-filepos
110 (if (fboundp 'bufferpos-to-filepos)
111 'bufferpos-to-filepos
115 (defalias 'clang-format--filepos-to-bufferpos
116 (if (fboundp 'filepos-to-bufferpos)
117 'filepos-to-bufferpos
134 (let ((file-start (clang-format--bufferpos-to-filepos start 'approximate
136 (file-end (clang-format--bufferpos-to-filepos end 'approximate
138 (cursor (clang-format--bufferpos-to-filepos (point) 'exact 'utf-8-unix))
175 (goto-char (clang-format--filepos-to-bufferpos cursor 'exact