Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp398 StreamString wrap_stream; in GetText() local
400 wrap_stream.Printf("%s\n%s\n%s\n%s\n%s\n", g_expression_prefix, in GetText()
413 wrap_stream.Printf("%s" in GetText()
424 wrap_stream.Printf("%s" in GetText()
435 wrap_stream.Printf( in GetText()
452 wrap_stream.Printf( in GetText()
469 text = std::string(wrap_stream.GetString()); in GetText()