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

References

lib/Support/Path.cpp
  102       if (pos == StringRef::npos)
  103         pos = str.find_last_of(':', str.size() - 2);
  106     if (pos == StringRef::npos || (pos == 1 && is_separator(str[0], style)))
  106     if (pos == StringRef::npos || (pos == 1 && is_separator(str[0], style)))
  109     return pos + 1;