Searched refs:SimplePythonFile (Results 1 – 1 of 1) sorted by relevance
1132 class SimplePythonFile : public OwnedPythonFile<NativeFile> { class1134 SimplePythonFile(const PythonFile &file, bool borrowed, int fd, in SimplePythonFile() function in __anonf81d8c2d0211::SimplePythonFile1144 char SimplePythonFile::ID = 0;1368 std::make_shared<SimplePythonFile>(*this, borrowed, fd, options.get())); in ConvertToFile()1442 if (auto *simple = llvm::dyn_cast<SimplePythonFile>(&file)) in FromFile()