Searched refs:clang_path (Results 1 – 3 of 3) sorted by relevance
74 OUTPUT_VARIABLE clang_path78 string(REGEX MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
105 let g:clang_path = "clang++"130 let l:the_command = shellescape(g:clang_path) .
197 def _configure_clang_cl(self, clang_path): argument209 return CXXCompiler(self, clang_path, flags=flags,