Home
last modified time | relevance | path

Searched refs:makeAbsolute (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp123 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const { in makeAbsolute() function in FileSystem
658 std::error_code EC = makeAbsolute(Path); in addFile()
768 std::error_code EC = FS.makeAbsolute(Path); in lookupInMemoryNode()
910 std::error_code EC = makeAbsolute(Path); in setCurrentWorkingDirectory()
929 if (auto EC = makeAbsolute(Output)) in getRealPath()
1561 if (std::error_code EC = makeAbsolute(Path)) in lookupPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp198 return m_fs->makeAbsolute(path); in MakeAbsolute()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp382 FS->makeAbsolute(Path); in makeAbsolutePath()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h297 std::error_code makeAbsolute(SmallVectorImpl<char> &Path) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp211 if (auto EC = FS.makeAbsolute(AbsolutePath)) in getAbsolutePath()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2365 if (std::error_code EC = FS->makeAbsolute(Path)) in getStyle()