9#ifndef LLDB_EXPRESSION_EXPRESSIONSOURCECODE_H
10#define LLDB_EXPRESSION_EXPRESSIONSOURCECODE_H
13#include "llvm/ADT/ArrayRef.h"
14#include "llvm/ADT/StringRef.h"
const char * GetName() const
bool NeedsWrapping() const
ExpressionSourceCode(llvm::StringRef name, llvm::StringRef prefix, llvm::StringRef body, Wrapping wrap)
A class that represents a running process on the host machine.