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

References

lib/Support/Path.cpp
  533   if (Path.empty())
  536     std::replace(Path.begin(), Path.end(), '/', '\\');
  536     std::replace(Path.begin(), Path.end(), '/', '\\');
  537     if (Path[0] == '~' && (Path.size() == 1 || is_separator(Path[1], style))) {
  537     if (Path[0] == '~' && (Path.size() == 1 || is_separator(Path[1], style))) {
  537     if (Path[0] == '~' && (Path.size() == 1 || is_separator(Path[1], style))) {
  540       PathHome.append(Path.begin() + 1, Path.end());
  540       PathHome.append(Path.begin() + 1, Path.end());
  541       Path = PathHome;
  544     for (auto PI = Path.begin(), PE = Path.end(); PI < PE; ++PI) {
  544     for (auto PI = Path.begin(), PE = Path.end(); PI < PE; ++PI) {