Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DPath.h254 StringRef root_directory(StringRef path, Style style = Style::native);
/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp414 StringRef root_directory(StringRef path, Style style) { in root_directory() function
643 return !root_directory(p, style).empty(); in has_root_directory()
888 StringRef bRootDirectory = path::root_directory(current_dir); in make_absolute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp409 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem1053 _LIBCPP_INLINE_VISIBILITY path root_directory() const {