Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h157 void AppendText(const llvm::StringRef &s);
159 void AppendText(const char *cstr);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp279 void FormatEntity::Entry::AppendText(const llvm::StringRef &s) { in AppendText() function in FormatEntity::Entry
286 void FormatEntity::Entry::AppendText(const char *cstr) { in AppendText() function in FormatEntity::Entry
287 return AppendText(llvm::StringRef(cstr)); in AppendText()
2041 parent_entry.AppendText(format); in ParseInternal()
2048 parent_entry.AppendText(format.substr(0, non_special_chars)); in ParseInternal()
2176 parent_entry.AppendText("$"); in ParseInternal()