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

References

lib/Support/Path.cpp
  229   i.S = style;
  254   bool was_net = Component.size() > 2 && is_separator(Component[0], S) &&
  255                  Component[1] == Component[0] && !is_separator(Component[2], S);
  258   if (is_separator(Path[Position], S)) {
  262         (real_style(S) == Style::windows && Component.endswith(":"))) {
  268     while (Position != Path.size() && is_separator(Path[Position], S)) {
  281   size_t end_pos = Path.find_first_of(separators(S), Position);