Searched refs:remove_leading_dotslash (Results 1 – 6 of 6) sorted by relevance
55 llvm::sys::path::remove_leading_dotslash(FE->getName()); in FileChanged()291 AddFilename(llvm::sys::path::remove_leading_dotslash(Filename)); in FileChanged()
190 AbsoluteSrc = path::remove_leading_dotslash(AbsoluteSrc); in copyToRoot()
443 StringRef remove_leading_dotslash(StringRef path);
1151 Path = sys::path::remove_leading_dotslash(Path); in parseEntry()1214 FullPath = sys::path::remove_leading_dotslash(FullPath); in parseEntry()1442 Path = sys::path::remove_leading_dotslash(Path); in lookupPath()
935 Path1 = path::remove_leading_dotslash(Path1); in TEST()937 Path2 = path::remove_leading_dotslash(Path2); in TEST()
692 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function