Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2436 bool got_string = false; in GetSyntheticTypeName() local
2484 got_string = true; in GetSyntheticTypeName()
2488 if (got_string) in GetSyntheticTypeName()
3082 bool got_string = false; in GetLongHelpForCommandObject() local
3132 got_string = true; in GetLongHelpForCommandObject()
3135 return got_string; in GetLongHelpForCommandObject()