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

References

lib/Support/Path.cpp
  432         !path.empty() && is_separator(path[path.size() - 1], style);
  435       size_t loc = component.find_first_not_of(separators(style));
  444         !component.empty() && is_separator(component[0], style);
  446         !(path.empty() || has_root_name(component, style))) {
  448       path.push_back(preferred_separator(style));