Searched refs:PathStorage (Results 1 – 4 of 4) sorted by relevance
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();
282 SmallString<1024> PathStorage; in mapVirtualFile() local283 llvm::sys::path::native(FilePath, PathStorage); in mapVirtualFile()284 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
475 SmallString<128> PathStorage;476 StringRef P = Path.toNullTerminatedStringRef(PathStorage);615 SmallString<128> PathStorage;616 StringRef P = Path.toNullTerminatedStringRef(PathStorage);630 SmallString<128> PathStorage;631 StringRef P = Path.toNullTerminatedStringRef(PathStorage);
916 SmallString<128> PathStorage; in create_directories() local917 StringRef P = Path.toStringRef(PathStorage); in create_directories()