Searched refs:PythonIOFile (Results 1 – 1 of 1) sorted by relevance
1127 class PythonIOFile : public OwnedPythonFile<File> { class1129 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile() function in __anonf81d8c2d0411::PythonIOFile1132 ~PythonIOFile() override { Close(); } in ~PythonIOFile()1168 char PythonIOFile::ID = 0;1172 class BinaryPythonFile : public PythonIOFile {1178 : PythonIOFile(file, borrowed), in BinaryPythonFile()1230 class TextPythonFile : public PythonIOFile {1236 : PythonIOFile(file, borrowed), in TextPythonFile()1399 if (auto *pythonio = llvm::dyn_cast<PythonIOFile>(&file)) in FromFile()