Lines Matching defs:clang_path
31 static bool VerifyClangPath(const llvm::Twine &clang_path) {
32 if (FileSystem::Instance().IsDirectory(clang_path))
38 clang_path.str().c_str());
116 llvm::SmallString<256> clang_path;
123 llvm::sys::path::append(clang_path, raw_path,
126 if (!verify || VerifyClangPath(clang_path)) {
127 file_spec.SetDirectory(clang_path);
140 llvm::sys::path::append(clang_path, raw_path, swift_clang_resource_dir);
141 if (!verify || VerifyClangPath(clang_path)) {
142 file_spec.SetDirectory(clang_path);