Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1087 bool IsPythonSideValid() const { in IsPythonSideValid() function in __anonf81d8c2d0111::OwnedPythonFile
1098 return IsPythonSideValid() && Base::IsValid(); in IsValid()
1190 bool IsValid() const override { return IsPythonSideValid(); } in IsValid()