Lines Matching defs:makeAbsolute
128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
851 std::error_code EC = makeAbsolute(Path);
961 std::error_code EC = makeAbsolute(Path);
989 if (std::error_code EC = makeAbsolute(TargetPath))
1166 std::error_code EC = makeAbsolute(Path);
1184 if (auto EC = makeAbsolute(Output))
1353 if (std::error_code EC = makeAbsolute(AbsolutePath))
1364 if (makeAbsolute(Path))
1370 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
1384 return makeAbsolute(WorkingDir.get(), Path);
1388 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir,
1431 EC = makeAbsolute(Path);
1959 EC = FS->makeAbsolute(FullPath, Name);
2218 auto EC = ExternalFS.makeAbsolute(From);
2240 auto EC = ExternalFS.makeAbsolute(To);
2283 if (std::error_code EC = makeAbsolute(Path))
2386 if (std::error_code EC = makeAbsolute(RemappedPath))
2418 if (std::error_code EC = makeAbsolute(Path))
2455 if (makeAbsolute(Path))
2482 if (makeAbsolute(RemappedPath))
2544 if (std::error_code EC = makeAbsolute(Path))
2570 if (std::error_code EC = makeAbsolute(RemappedPath))
2606 if (std::error_code EC = makeAbsolute(Path))