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

References

lib/Support/Path.cpp
  435       size_t loc = component.find_first_not_of(separators(style));
  436       StringRef c = component.substr(loc);
  444         !component.empty() && is_separator(component[0], style);
  444         !component.empty() && is_separator(component[0], style);
  446         !(path.empty() || has_root_name(component, style))) {
  451     path.append(component.begin(), component.end());
  451     path.append(component.begin(), component.end());