Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2375 bool got_string = false; in GetSyntheticTypeName() local
2383 got_string = true; in GetSyntheticTypeName()
2387 if (got_string) in GetSyntheticTypeName()
2985 bool got_string = false; in GetLongHelpForCommandObject() local
2990 got_string = true; in GetLongHelpForCommandObject()
2993 return got_string; in GetLongHelpForCommandObject()