Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp442 StreamString wrap_stream; in GetText() local
444 wrap_stream.Printf("%s\n%s\n%s\n%s\n%s\n", g_expression_prefix, in GetText()
457 wrap_stream.Printf("%s" in GetText()
468 wrap_stream.Printf("%s" in GetText()
479 wrap_stream.Printf( in GetText()
496 wrap_stream.Printf( in GetText()
513 text = std::string(wrap_stream.GetString()); in GetText()