Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp809 SmallString<128> WPath; in searchForFile() local
813 WPath.clear(); in searchForFile()
814 llvm::sys::path::append(WPath, Dir, FileName); in searchForFile()
815 llvm::sys::path::native(WPath); in searchForFile()
816 if (llvm::sys::fs::is_regular_file(WPath)) { in searchForFile()
817 FilePath = std::move(WPath); in searchForFile()