Home
last modified time | relevance | path

Searched refs:AbsPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp390 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local
395 makeAbsolutePath(AbsPath); in fillRealPathName()
396 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
397 UFE->RealPathName = AbsPath.str(); in fillRealPathName()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp438 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local
439 if (!AbsPath) { in run()
442 << llvm::toString(AbsPath.takeError()) << "\n"; in run()
445 AbsolutePaths.push_back(std::move(*AbsPath)); in run()