Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp393 StreamString wrap_stream; in GetText() local
395 wrap_stream.Printf("%s\n%s\n%s\n%s\n%s\n", g_expression_prefix, in GetText()
408 wrap_stream.Printf("%s" in GetText()
419 wrap_stream.Printf("%s" in GetText()
430 wrap_stream.Printf( in GetText()
447 wrap_stream.Printf( in GetText()
464 text = std::string(wrap_stream.GetString()); in GetText()