Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h264 StringRef root_directory(StringRef path, Style style = Style::native);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp388 StringRef root_directory(StringRef path, Style style) { in root_directory() function
624 return !root_directory(p, style).empty(); in has_root_directory()
937 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp409 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dfilesystem1349 _LIBCPP_INLINE_VISIBILITY path root_directory() const {