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

References

lib/Support/Path.cpp
  680   while (Path.size() > 2 && Path[0] == '.' && is_separator(Path[1], style)) {
  682     while (Path.size() > 0 && is_separator(Path[0], style))