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