Lines Matching refs:TestPath
183 llvm::StringRef TestPath = PathEntry; in findVCToolChainViaEnvironment() local
185 llvm::sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
188 TestPath = llvm::sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment()
189 IsBin = llvm::sys::path::filename(TestPath).equals_insensitive("bin"); in findVCToolChainViaEnvironment()
192 llvm::StringRef ParentPath = llvm::sys::path::parent_path(TestPath); in findVCToolChainViaEnvironment()
1073 llvm::SmallString<128> TestPath(Path); in getWindowsSDKDir() local
1074 llvm::sys::path::append(TestPath, "Lib", Test); in getWindowsSDKDir()
1075 if (VFS.exists(TestPath)) { in getWindowsSDKDir()
1133 llvm::SmallString<128> TestPath( in useUniversalCRT() local
1135 llvm::sys::path::append(TestPath, "stdlib.h"); in useUniversalCRT()
1136 return !getVFS().exists(TestPath); in useUniversalCRT()