Searched refs:remove_leading_dotslash (Results 1 – 7 of 7) sorted by relevance
443 StringRef remove_leading_dotslash(StringRef path);
460 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
80 AbsoluteSrc = sys::path::remove_leading_dotslash(AbsoluteSrc); in addFileImpl()
1348 Path = sys::path::remove_leading_dotslash(Path); in parseEntry()1409 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry()1660 Path = sys::path::remove_leading_dotslash(Path); in lookupPath()
701 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function
139 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function