Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2967 StreamString str_stream; in GetDocumentationForItem() local
2968 str_stream << "Function " << item in GetDocumentationForItem()
2970 dest = std::string(str_stream.GetString()); in GetDocumentationForItem()