Lines Matching defs:makeAbsolute
128 std::error_code FileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
863 std::error_code EC = makeAbsolute(Path);
973 std::error_code EC = makeAbsolute(Path);
1001 if (std::error_code EC = makeAbsolute(TargetPath))
1178 std::error_code EC = makeAbsolute(Path);
1196 if (auto EC = makeAbsolute(Output))
1365 if (std::error_code EC = makeAbsolute(AbsolutePath))
1376 if (makeAbsolute(Path))
1382 std::error_code RedirectingFileSystem::makeAbsolute(SmallVectorImpl<char> &Path) const {
1396 return makeAbsolute(WorkingDir.get(), Path);
1400 RedirectingFileSystem::makeAbsolute(StringRef WorkingDir,
1443 EC = makeAbsolute(Path);
1972 EC = FS->makeAbsolute(FullPath, Name);
2231 auto EC = ExternalFS.makeAbsolute(From);
2253 auto EC = ExternalFS.makeAbsolute(To);
2296 if (std::error_code EC = makeAbsolute(Path))
2399 if (std::error_code EC = makeAbsolute(RemappedPath))
2431 if (std::error_code EC = makeAbsolute(Path))
2468 if (makeAbsolute(Path))
2495 if (makeAbsolute(RemappedPath))
2557 if (std::error_code EC = makeAbsolute(Path))
2583 if (std::error_code EC = makeAbsolute(RemappedPath))
2619 if (std::error_code EC = makeAbsolute(Path))