Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h157 void AppendText(const llvm::StringRef &s);
159 void AppendText(const char *cstr);
/freebsd-14.2/contrib/llvm-project/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()
1992 parent_entry.AppendText(format); in ParseInternal()
1999 parent_entry.AppendText(format.substr(0, non_special_chars)); in ParseInternal()
2126 parent_entry.AppendText("$"); in ParseInternal()