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

References

lib/Support/Path.cpp
  373   const_iterator b = begin(path, style), e = end(path);
  376         b->size() > 2 && is_separator((*b)[0], style) && (*b)[1] == (*b)[0];
  377     bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");