Searched refs:AppendText (Results 1 – 7 of 7) sorted by relevance
271 size_t text_end = AppendText(s); in Append()284 size_t text_end = AppendText(s); in ConvertOne()289 size_t AppendText(string_view s) { in AppendText() function
285 size_t text_end = AppendText(s); in Append()298 size_t text_end = AppendText(s); in ConvertOne()303 size_t AppendText(string_view s) { in AppendText() function
126 void AppendText(const llvm::StringRef &s);128 void AppendText(const char *cstr);
284 void FormatEntity::Entry::AppendText(const llvm::StringRef &s) { in AppendText() function in FormatEntity::Entry291 void FormatEntity::Entry::AppendText(const char *cstr) { in AppendText() function in FormatEntity::Entry292 return AppendText(llvm::StringRef(cstr)); in AppendText()2032 parent_entry.AppendText(format); in ParseInternal()2039 parent_entry.AppendText(format.substr(0, non_special_chars)); in ParseInternal()2166 parent_entry.AppendText("$"); in ParseInternal()