Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/ !
H A DPath.h311 StringRef root_directory(StringRef path, Style style = Style::native);
/src/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()
/src/contrib/llvm-project/clang/lib/Tooling/ !
H A DInterpolatingCompilationDatabase.cpp406 if (sys::path::root_directory(Prefix) != Prefix) in scoreCandidates()
/src/contrib/llvm-project/lldb/source/Commands/ !
H A DCommandCompletions.cpp401 } else if (CompletionBuffer == path::root_directory(CompletionBuffer)) { in DiskFilesOrDirectories()
/src/contrib/llvm-project/libcxx/include/__filesystem/ !
H A Dpath.h799 _LIBCPP_HIDE_FROM_ABI path root_directory() const { return string_type(__root_directory()); }
/src/contrib/llvm-project/libcxx/include/ !
H A Dfilesystem121 path root_directory() const;