Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp2542 bool got_string = false; in GetSyntheticTypeName() local
2590 got_string = true; in GetSyntheticTypeName()
2594 if (got_string) in GetSyntheticTypeName()
3173 bool got_string = false; in GetLongHelpForCommandObject() local
3223 got_string = true; in GetLongHelpForCommandObject()
3226 return got_string; in GetLongHelpForCommandObject()