reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/Path.h
  263 StringRef root_path(StringRef path, Style style = Style::native);

References

lib/Support/Path.cpp
  413   StringRef root = root_path(path, style);
  625   return !root_path(p, style).empty();
  710   SmallString<256> buffer = path::root_path(path, style);
lib/Support/VirtualFileSystem.cpp
 1440     size_t RootPathLen = sys::path::root_path(Trimmed).size();
tools/clang/lib/Basic/FileManager.cpp
  122       DirName != llvm::sys::path::root_path(DirName) &&
unittests/Support/Path.cpp
  158     (void)path::root_path(*i);