Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangHost.cpp31 static bool VerifyClangPath(const llvm::Twine &clang_path) { in VerifyClangPath() argument
32 if (FileSystem::Instance().IsDirectory(clang_path)) in VerifyClangPath()
38 clang_path.str().c_str()); in VerifyClangPath()
116 llvm::SmallString<256> clang_path; in ComputeClangResourceDirectory()
123 llvm::sys::path::append(clang_path, raw_path, in ComputeClangResourceDirectory()
126 if (!verify || VerifyClangPath(clang_path)) { in ComputeClangResourceDirectory()
127 file_spec.SetDirectory(clang_path); in ComputeClangResourceDirectory()
140 llvm::sys::path::append(clang_path, raw_path, swift_clang_resource_dir); in ComputeClangResourceDirectory()
141 if (!verify || VerifyClangPath(clang_path)) { in ComputeClangResourceDirectory()
142 file_spec.SetDirectory(clang_path); in ComputeClangResourceDirectory()
H A DClangModulesDeclVendor.cpp340 clang_path; in AddModule() local
347 clang_path.push_back(std::make_pair( in AddModule()
361 clang::Module *top_level_module = DoGetModule(clang_path.front(), false); in AddModule()
382 clang::Module *requested_module = DoGetModule(clang_path, true); in AddModule()