Searched refs:AbsPath (Results 1 – 2 of 2) sorted by relevance
390 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local395 makeAbsolutePath(AbsPath); in fillRealPathName()396 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()397 UFE->RealPathName = AbsPath.str(); in fillRealPathName()
438 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local439 if (!AbsPath) { in run()442 << llvm::toString(AbsPath.takeError()) << "\n"; in run()445 AbsolutePaths.push_back(std::move(*AbsPath)); in run()