Home
last modified time | relevance | path

Searched refs:ConvertToFileForcingUseOfScriptingIOMethods (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-typemaps.swig395 py_file.ConvertToFileForcingUseOfScriptingIOMethods());
421 py_file.ConvertToFileForcingUseOfScriptingIOMethods(/*borrowed=*/true));
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1305 return ConvertToFileForcingUseOfScriptingIOMethods(borrowed); in ConvertToFile()
1339 PythonFile::ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed) { in ConvertToFileForcingUseOfScriptingIOMethods() function in PythonFile
H A DPythonDataObjects.h638 ConvertToFileForcingUseOfScriptingIOMethods(bool borrowed = false);