Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangHost.cpp29 static bool VerifyClangPath(const llvm::Twine &clang_path) { in VerifyClangPath() argument
30 if (FileSystem::Instance().IsDirectory(clang_path)) in VerifyClangPath()
36 clang_path.str().c_str()); in VerifyClangPath()
110 llvm::SmallString<256> clang_path; in ComputeClangResourceDirectory()
117 llvm::sys::path::append(clang_path, raw_path, in ComputeClangResourceDirectory()
120 if (!verify || VerifyClangPath(clang_path)) { in ComputeClangResourceDirectory()
121 file_spec.GetDirectory().SetString(clang_path.c_str()); in ComputeClangResourceDirectory()
134 llvm::sys::path::append(clang_path, raw_path, swift_clang_resource_dir); in ComputeClangResourceDirectory()
135 if (!verify || VerifyClangPath(clang_path)) { in ComputeClangResourceDirectory()
136 file_spec.GetDirectory().SetString(clang_path.c_str()); in ComputeClangResourceDirectory()
DClangModulesDeclVendor.cpp296 clang_path; in AddModule() local
303 clang_path.push_back(std::make_pair( in AddModule()
317 clang::Module *top_level_module = DoGetModule(clang_path.front(), false); in AddModule()
338 clang::Module *requested_module = DoGetModule(clang_path, true); in AddModule()
/external/skia/build/fuchsia/skqp/
DBUILD.gn55 clang_path =
58 clang_path =
73 "lib/libc++.so.2=${clang_path}/libc++.so.2",
74 "lib/libc++abi.so.1=${clang_path}/libc++abi.so.1",
75 "lib/libunwind.so.1=${clang_path}/libunwind.so.1",
/external/llvm-project/clang/test/utils/update_cc_test_checks/
Dlit.local.cfg15 clang_path = os.path.join(config.clang_tools_dir, 'clang')
16 extra_args = '--clang ' + shell_quote(clang_path)
/external/vixl/tools/
Dtest.py264 def RunClangFormat(clang_path, jobs): argument
266 clang_path,
270 def RunClangTidy(clang_path, jobs): argument
272 clang_path,
/external/llvm/tools/xcode-toolchain/
DCMakeLists.txt45 OUTPUT_VARIABLE clang_path
49 string(REGEX MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
/external/llvm-project/llvm/tools/xcode-toolchain/
DCMakeLists.txt74 OUTPUT_VARIABLE clang_path
78 string(REGEX MATCH "(.*/Toolchains)/.*" toolchains_match ${clang_path})
/external/llvm/utils/vim/
Dvimrc105 let g:clang_path = "clang++"
130 let l:the_command = shellescape(g:clang_path) .
/external/llvm-project/llvm/utils/vim/
Dvimrc105 let g:clang_path = "clang++"
130 let l:the_command = shellescape(g:clang_path) .
/external/llvm-project/libcxx/utils/libcxx/test/
Dconfig.py197 def _configure_clang_cl(self, clang_path): argument
211 return CXXCompiler(self, clang_path, flags=flags,
/external/libcxx/utils/libcxx/test/
Dconfig.py248 def _configure_clang_cl(self, clang_path): argument
262 return CXXCompiler(clang_path, flags=flags,