Home
last modified time | relevance | path

Searched refs:root_directory (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h311 StringRef root_directory(StringRef path, Style style = Style::native);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp392 StringRef root_directory(StringRef path, Style style) { in root_directory() function
628 return !root_directory(p, style).empty(); in has_root_directory()
943 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp406 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp386 } else if (CompletionBuffer == path::root_directory(CompletionBuffer)) { in DiskFilesOrDirectories()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dfilesystem121 path root_directory() const;
/freebsd-14.2/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h801 _LIBCPP_HIDE_FROM_ABI path root_directory() const { return string_type(__root_directory()); }