Home
last modified time | relevance | path

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

/external/v8/tools/clang/pylib/clang/
Dplugin_testing.py15 def __init__(self, test_base, clang_path, plugin_path, plugin_name, argument
29 self._clang_path = clang_path
/external/v8/tools/clang/plugins/tests/
Dtest.py45 args.clang_path,
/external/llvm/tools/xcode-toolchain/
DCMakeLists.txt45 OUTPUT_VARIABLE clang_path
49 string(REGEX MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
/external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
Dtest.py59 args.clang_path,
/external/v8/tools/clang/blink_gc_plugin/tests/
Dtest.py63 args.clang_path,
/external/llvm/utils/vim/
Dvimrc105 let g:clang_path = "clang++"
130 let l:the_command = shellescape(g:clang_path) .
/external/swiftshader/third_party/LLVM/utils/vim/
Dvimrc98 let g:clang_path = "clang++"
123 let l:the_command = shellescape(g:clang_path) .
/external/libcxx/utils/libcxx/test/
Dconfig.py231 def _configure_clang_cl(self, clang_path): argument
245 return CXXCompiler(clang_path, flags=flags,