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

References

lib/Support/Path.cpp
  347   const_iterator b = begin(path, style), pos = b, e = end(path);
  350         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  351     bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");
  354       if ((++pos != e) && is_separator((*pos)[0], style)) {
  364     if (is_separator((*b)[0], style)) {