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);
  432         !path.empty() && is_separator(path[path.size() - 1], style);
  432         !path.empty() && is_separator(path[path.size() - 1], style);
  439       path.append(c.begin(), c.end());
  446         !(path.empty() || has_root_name(component, style))) {
  448       path.push_back(preferred_separator(style));
  451     path.append(component.begin(), component.end());