Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDependencyFile.cpp55 llvm::sys::path::remove_leading_dotslash(FE->getName()); in FileChanged()
291 AddFilename(llvm::sys::path::remove_leading_dotslash(Filename)); in FileChanged()
/external/llvm/include/llvm/Support/
DPath.h424 StringRef remove_leading_dotslash(StringRef path);
/external/llvm/unittests/Support/
DPath.cpp912 Path1 = path::remove_leading_dotslash(Path1); in TEST()
914 Path2 = path::remove_leading_dotslash(Path2); in TEST()
/external/llvm/lib/Support/
DPath.cpp664 StringRef remove_leading_dotslash(StringRef Path) { in remove_leading_dotslash() function