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

Declarations

include/llvm/Support/Path.h
  379 bool has_root_directory(const Twine &path, Style style = Style::native);

References

lib/Support/Path.cpp
  667   bool rootDir = has_root_directory(p, style);
  857   bool rootDirectory = path::has_root_directory(p);
unittests/Support/Path.cpp
  161     (void)path::has_root_directory(*i);