Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp430 StreamString wrap_stream; in GetText() local
432 wrap_stream.Printf("%s\n%s\n%s\n%s\n%s\n", g_expression_prefix, in GetText()
445 wrap_stream.Printf("%s" in GetText()
456 wrap_stream.Printf("%s" in GetText()
467 wrap_stream.Printf( in GetText()
484 wrap_stream.Printf( in GetText()
501 text = std::string(wrap_stream.GetString()); in GetText()