Searched refs:PathStorage (Results 1 – 12 of 12) sorted by relevance
77 SmallString<16> PathStorage; in TEST() local78 llvm::sys::path::native("//net/dir/file1", PathStorage); in TEST()79 expected_files.push_back(PathStorage.str()); in TEST()80 llvm::sys::path::native("//net/dir/file2", PathStorage); in TEST()81 expected_files.push_back(PathStorage.str()); in TEST()
45 std::wstring PathStorage;47 PathStorage.reserve(Paths.size() * MAX_PATH);50 PathStorage.push_back(L';');55 PathStorage.append(TmpPath.begin(), TmpPath.end());57 Path = PathStorage.c_str();
44 std::wstring PathStorage;46 PathStorage.reserve(Paths.size() * MAX_PATH);49 PathStorage.push_back(L';');54 PathStorage.append(TmpPath.begin(), TmpPath.end());56 Path = PathStorage.c_str();
232 SmallString<1024> PathStorage; in mapVirtualFile() local233 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()234 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
448 SmallString<128> PathStorage;449 StringRef P = Path.toNullTerminatedStringRef(PathStorage);563 SmallString<128> PathStorage;564 StringRef P = Path.toNullTerminatedStringRef(PathStorage);578 SmallString<128> PathStorage;579 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
351 SmallString<128> PathStorage;352 StringRef P = Path.toNullTerminatedStringRef(PathStorage);425 SmallString<128> PathStorage;426 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
370 SmallString<128> PathStorage;371 StringRef P = Path.toNullTerminatedStringRef(PathStorage);444 SmallString<128> PathStorage;445 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
482 SmallString<128> PathStorage;483 StringRef Path = path.toNullTerminatedStringRef(PathStorage);
874 SmallString<128> PathStorage; in create_directories() local875 StringRef P = Path.toStringRef(PathStorage); in create_directories()
872 SmallString<128> PathStorage; in create_directories() local873 StringRef P = Path.toStringRef(PathStorage); in create_directories()
908 SmallString<128> PathStorage; in create_directories() local909 StringRef P = Path.toStringRef(PathStorage); in create_directories()