AddLocalVariableDecls(StreamString &stream, const std::string &expr, StackFrame *frame) const | lldb_private::ClangExpressionSourceCode | private |
ClangExpressionSourceCode(llvm::StringRef filename, llvm::StringRef name, llvm::StringRef prefix, llvm::StringRef body, Wrapping wrap, WrapKind wrap_kind) | lldb_private::ClangExpressionSourceCode | protected |
CreateWrapped(llvm::StringRef filename, llvm::StringRef prefix, llvm::StringRef body, WrapKind wrap_kind) | lldb_private::ClangExpressionSourceCode | inlinestatic |
ExpressionSourceCode(llvm::StringRef name, llvm::StringRef prefix, llvm::StringRef body, Wrapping wrap) | lldb_private::ExpressionSourceCode | inlineprotected |
g_expression_prefix | lldb_private::ClangExpressionSourceCode | static |
g_expression_suffix | lldb_private::ClangExpressionSourceCode | static |
g_prefix_file_name | lldb_private::ClangExpressionSourceCode | static |
GetName() const | lldb_private::ExpressionSourceCode | inline |
GetOriginalBodyBounds(std::string transformed_text, size_t &start_loc, size_t &end_loc) | lldb_private::ClangExpressionSourceCode | |
GetText(std::string &text, ExecutionContext &exe_ctx, bool add_locals, bool force_add_all_locals, llvm::ArrayRef< std::string > modules) const | lldb_private::ClangExpressionSourceCode | |
m_body | lldb_private::ExpressionSourceCode | protected |
m_end_marker | lldb_private::ClangExpressionSourceCode | private |
m_name | lldb_private::ExpressionSourceCode | protected |
m_prefix | lldb_private::ExpressionSourceCode | protected |
m_start_marker | lldb_private::ClangExpressionSourceCode | private |
m_wrap | lldb_private::ExpressionSourceCode | protected |
m_wrap_kind | lldb_private::ClangExpressionSourceCode | private |
NeedsWrapping() const | lldb_private::ExpressionSourceCode | inline |
NoWrap enum value | lldb_private::ExpressionSourceCode | protected |
Wrap enum value | lldb_private::ExpressionSourceCode | protected |
WrapKind enum name | lldb_private::ClangExpressionSourceCode | |
Wrapping enum name | lldb_private::ExpressionSourceCode | protected |