Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp351 llvm::raw_string_ostream module_macros_stream(module_macros); in GetText() local
399 [&module_macros_stream](llvm::StringRef token, in GetText()
403 module_macros_stream << "#ifndef " << token << "\n"; in GetText()
404 module_macros_stream << expansion << "\n"; in GetText()
405 module_macros_stream << "#endif\n"; in GetText()