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

References

lib/Support/VirtualFileSystem.cpp
 1335           Path = sys::path::remove_leading_dotslash(Path);
 1335           Path = sys::path::remove_leading_dotslash(Path);
 1336           sys::path::remove_dots(Path, /*remove_dot_dot=*/true);
 1337           Name = Path.str();