Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp498 llvm::SmallString<128> AbsPath(FileName); in fillRealPathName() local
503 makeAbsolutePath(AbsPath); in fillRealPathName()
504 llvm::sys::path::remove_dots(AbsPath, /*remove_dot_dot=*/true); in fillRealPathName()
505 UFE->RealPathName = std::string(AbsPath.str()); in fillRealPathName()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp473 auto AbsPath = getAbsolutePath(*OverlayFileSystem, SourcePath); in run() local
474 if (!AbsPath) { in run()
477 << llvm::toString(AbsPath.takeError()) << "\n"; in run()
480 AbsolutePaths.push_back(std::move(*AbsPath)); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1278 SmallString<128> AbsPath; in readConfigFile() local
1280 llvm::sys::fs::current_path(AbsPath); in readConfigFile()
1281 llvm::sys::path::append(AbsPath, CfgFile); in readConfigFile()
1282 CfgFile = AbsPath.str(); in readConfigFile()