Home
last modified time | relevance | path

Searched refs:remove_leading_dotslash (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/Frontend/
DDependencyFile.cpp50 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()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DPath.h202 StringRef remove_leading_dotslash(StringRef path, Style style = Style::native);
/openbsd/src/gnu/llvm/llvm/lib/Support/
DFileCollector.cpp99 Path.erase(Path.begin(), sys::path::remove_leading_dotslash( in makeAbsolute()
DPath.cpp703 StringRef remove_leading_dotslash(StringRef Path, Style style) { in remove_leading_dotslash() function
DVirtualFileSystem.cpp1203 llvm::sys::path::remove_leading_dotslash(Path, style); in canonicalize()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DDiagnosticInfo.cpp140 return sys::path::remove_leading_dotslash(Path).str(); in getAbsolutePath()
/openbsd/src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp323 MDC.addFileDep(llvm::sys::path::remove_leading_dotslash(*Filename)); in FileChanged()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDebugInfo.cpp546 std::string(llvm::sys::path::remove_leading_dotslash(MainFileDirSS)); in CreateCompileUnit()