Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h139 void AppendText(const llvm::StringRef &s);
141 void AppendText(const char *cstr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DFormatEntity.cpp298 void FormatEntity::Entry::AppendText(const llvm::StringRef &s) { in AppendText() function in FormatEntity::Entry
305 void FormatEntity::Entry::AppendText(const char *cstr) { in AppendText() function in FormatEntity::Entry
306 return AppendText(llvm::StringRef(cstr)); in AppendText()
2011 parent_entry.AppendText(format); in ParseInternal()
2018 parent_entry.AppendText(format.substr(0, non_special_chars)); in ParseInternal()
2145 parent_entry.AppendText("$"); in ParseInternal()
2287 parent_entry.AppendText(entry.string.c_str()); in ParseInternal()