Home
last modified time | relevance | path

Searched refs:clang_path (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/xcode-toolchain/
H A DCMakeLists.txt74 OUTPUT_VARIABLE clang_path
78 string(REGEX MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
/netbsd-src/external/apache2/llvm/dist/llvm/utils/vim/
H A Dvimrc105 let g:clang_path = "clang++"
130 let l:the_command = shellescape(g:clang_path) .
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dconfig.py197 def _configure_clang_cl(self, clang_path): argument
209 return CXXCompiler(self, clang_path, flags=flags,