Home | History | Annotate | Download | only in clang

Lines Matching defs:to

7 ;; To install clang-rename.el make sure the directory of this file is in your
12 ;; to your .emacs configuration.
21 "Path to clang-rename executable."
27 "Rename all instances of the symbol at point to NEW-NAME using clang-rename."
39 (clang-rename--bufferpos-to-filepos
43 ;; available, to resolve the inconsistency.
54 ;; Failure; append exit code to output buffer and display it.
64 (defalias 'clang-rename--bufferpos-to-filepos
65 (if (fboundp 'bufferpos-to-filepos)
66 'bufferpos-to-filepos
67 ;; Emacs 24 doesn?t have ?bufferpos-to-filepos?, simulate it using