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

References

lib/Support/Path.cpp
  544     for (auto PI = Path.begin(), PE = Path.end(); PI < PE; ++PI) {
  544     for (auto PI = Path.begin(), PE = Path.end(); PI < PE; ++PI) {
  545       if (*PI == '\\') {
  546         auto PN = PI + 1;
  548           ++PI; // increment once, the for loop will move over the escaped slash
  550           *PI = '/';