Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h311 StringRef root_directory(StringRef path, Style style = Style::native);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp391 StringRef root_directory(StringRef path, Style style) { in root_directory() function
627 return !root_directory(p, style).empty(); in has_root_directory()
942 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp401 } else if (CompletionBuffer == path::root_directory(CompletionBuffer)) { in DiskFilesOrDirectories()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem121 path root_directory() const;
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h799 _LIBCPP_HIDE_FROM_ABI path root_directory() const { return string_type(__root_directory()); }