Searched refs:remove_leading_dotslash (Results 1 – 8 of 8) sorted by relevance
50 llvm::sys::path::remove_leading_dotslash(*Filename), in LexedFileChanged()58 llvm::sys::path::remove_leading_dotslash(SkippedFile.getName()); in FileSkipped()84 llvm::sys::path::remove_leading_dotslash(File->getName()); in HasInclude()
202 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
99 Path.erase(Path.begin(), sys::path::remove_leading_dotslash( in makeAbsolute()
703 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function
1203 llvm::sys::path::remove_leading_dotslash(Path, style); in canonicalize()
140 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
323 MDC.addFileDep(llvm::sys::path::remove_leading_dotslash(*Filename)); in FileChanged()
546 std::string(llvm::sys::path::remove_leading_dotslash(MainFileDirSS)); in CreateCompileUnit()