Searched refs:MappedFileContents (Results 1 – 2 of 2) sorted by relevance
234 MappedFileContents[PathStorage] = Content; in mapVirtualFile()263 for (const auto &It : MappedFileContents) { in run()333 MappedFileContents.push_back(std::make_pair(FilePath, Content)); in mapVirtualFile()373 for (const auto &MappedFile : MappedFileContents) in run()418 for (const auto &MappedFile : MappedFileContents) in run()
273 llvm::StringMap<StringRef> MappedFileContents; variable344 std::vector< std::pair<StringRef, StringRef> > MappedFileContents; variable