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

Declarations

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

References

lib/Support/Path.cpp
  446         !(path.empty() || has_root_name(component, style))) {
  669       (real_style(style) != Style::windows) || has_root_name(p, style);
  858   bool rootName = path::has_root_name(p);
unittests/Support/Path.cpp
  159     (void)path::has_root_name(*i);