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);
  348   if (b != e) {
  350         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  350         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  350         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  350         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  351     bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");
  356         return path.substr(0, b->size() + pos->size());
  359         return *b;
  364     if (is_separator((*b)[0], style)) {
  365       return *b;