Searched refs:MappedFileContents (Results 1 – 2 of 2) sorted by relevance
447 MappedFileContents.push_back(std::make_pair(FilePath, Content)); in mapVirtualFile()479 for (const auto &MappedFile : MappedFileContents) in run()545 for (const auto &MappedFile : MappedFileContents) in run()
384 std::vector<std::pair<StringRef, StringRef>> MappedFileContents; variable