Searched defs:PythonString (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ | ||
H A D | PythonDataObjects.h | 68 class PythonString; variable |
H A D | PythonDataObjects.cpp | 392 PythonString::PythonString(llvm::StringRef string) { SetString(string); } PythonString() function in PythonString |