#include <ExpressionSourceCode.h>
Definition at line 20 of file ExpressionSourceCode.h.
◆ Wrapping
◆ ExpressionSourceCode()
lldb_private::ExpressionSourceCode::ExpressionSourceCode |
( |
llvm::StringRef |
name, |
|
|
llvm::StringRef |
prefix, |
|
|
llvm::StringRef |
body, |
|
|
Wrapping |
wrap |
|
) |
| |
|
inlineprotected |
◆ GetName()
const char * lldb_private::ExpressionSourceCode::GetName |
( |
| ) |
const |
|
inline |
◆ NeedsWrapping()
bool lldb_private::ExpressionSourceCode::NeedsWrapping |
( |
| ) |
const |
|
inline |
◆ m_body
std::string lldb_private::ExpressionSourceCode::m_body |
|
protected |
◆ m_name
std::string lldb_private::ExpressionSourceCode::m_name |
|
protected |
◆ m_prefix
std::string lldb_private::ExpressionSourceCode::m_prefix |
|
protected |
◆ m_wrap
Wrapping lldb_private::ExpressionSourceCode::m_wrap |
|
protected |
The documentation for this class was generated from the following file: