Lines Matching +refs:clang +refs:completion +refs:mode
102 " Clang code-completion support. This is somewhat experimental!
104 " A path to a clang executable.
105 let g:clang_path = "clang++"
107 " A list of options to add to the clang commandline, for example to add
116 " In findstart mode, look for the beginning of the current identifier.
129 " Build a clang commandline to do code completion on stdin.
131 \ " -cc1 -code-completion-at=-:" . l:l . ":" . l:c
137 " TODO: The extra space at the end is for working around clang's
138 " apparent inability to do code completion at the very end of the
140 " TODO: Is it better to feed clang the entire file instead of truncating
168 " Handle "Pattern". TODO: Make clang less weird.
226 " This to enables the somewhat-experimental clang-based