Searched refs:FileAndContents (Results 1 – 1 of 1) sorted by relevance
27 for (auto &FileAndContents : Files) { in buildTestFS() local28 llvm::StringRef File = FileAndContents.first(); in buildTestFS()31 llvm::MemoryBuffer::getMemBufferCopy(FileAndContents.second, File)); in buildTestFS()