Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/
DDriver.cpp784 SmallString<128> WPath; in searchForFile() local
788 WPath.clear(); in searchForFile()
789 llvm::sys::path::append(WPath, Dir, FileName); in searchForFile()
790 llvm::sys::path::native(WPath); in searchForFile()
791 if (llvm::sys::fs::is_regular_file(WPath)) { in searchForFile()
792 FilePath = std::move(WPath); in searchForFile()