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

References

lib/Support/Unix/Path.inc
  583   if (PathStr.empty() || !PathStr.startswith("~"))
  583   if (PathStr.empty() || !PathStr.startswith("~"))
  586   PathStr = PathStr.drop_front();
  586   PathStr = PathStr.drop_front();
  588       PathStr.take_until([](char c) { return path::is_separator(c); });
  589   StringRef Remainder = PathStr.substr(Expr.size() + 1);