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.cpp441 StreamString wrap_stream; in GetText() local
443 wrap_stream.Printf("%s\n%s\n%s\n%s\n%s\n", g_expression_prefix, in GetText()
456 wrap_stream.Printf("%s" in GetText()
467 wrap_stream.Printf("%s" in GetText()
478 wrap_stream.Printf( in GetText()
495 wrap_stream.Printf( in GetText()
512 text = std::string(wrap_stream.GetString()); in GetText()