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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp774 SmallString<128> WPath; local
778 WPath.clear();
779 llvm::sys::path::append(WPath, Dir, FileName);
780 llvm::sys::path::native(WPath);
781 if (llvm::sys::fs::is_regular_file(WPath)) {
782 FilePath = std::move(WPath);

Completed in 59 milliseconds