Lines Matching defs:AbsPath
133 llvm::SmallString<256> AbsPath = llvm::StringRef(*Path);
134 llvm::sys::fs::make_absolute(FragmentDirectory, AbsPath);
135 llvm::sys::path::native(AbsPath, Style);
136 return AbsPath.str().str();
374 auto AbsPath = makeAbsolute(std::move(*External.File), "File",
376 if (!AbsPath)
378 Spec.Location = std::move(*AbsPath);
391 auto AbsPath = makeAbsolute(std::move(*External.MountPoint), "MountPoint",
393 if (!AbsPath)
395 Spec.MountPoint = std::move(*AbsPath);