Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DFormatEntity.h158 void AppendText(const llvm::StringRef &s);
160 void AppendText(const char *cstr);
/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp278 void FormatEntity::Entry::AppendText(const llvm::StringRef &s) { in AppendText() function in FormatEntity::Entry
285 void FormatEntity::Entry::AppendText(const char *cstr) { in AppendText() function in FormatEntity::Entry
286 return AppendText(llvm::StringRef(cstr)); in AppendText()
2037 parent_entry.AppendText(format); in ParseInternal()
2044 parent_entry.AppendText(format.substr(0, non_special_chars)); in ParseInternal()
2171 parent_entry.AppendText("$"); in ParseInternal()