Searched refs:PythonIOFile (Results 1 – 1 of 1) sorted by relevance
1144 class PythonIOFile : public OwnedPythonFile<File> { class1146 PythonIOFile(const PythonFile &file, bool borrowed) in PythonIOFile() function in __anonf7d06da40411::PythonIOFile1149 ~PythonIOFile() override { Close(); } in ~PythonIOFile()1183 char PythonIOFile::ID = 0;1187 class BinaryPythonFile : public PythonIOFile {1193 : PythonIOFile(file, borrowed), in BinaryPythonFile()1241 class TextPythonFile : public PythonIOFile {1247 : PythonIOFile(file, borrowed), in TextPythonFile()1405 if (auto *pythonio = llvm::dyn_cast<PythonIOFile>(&file)) in FromFile()