Searched refs:AppendText (Results 1 – 2 of 2) sorted by relevance
169 void AppendText(const llvm::StringRef &s);171 void AppendText(const char *cstr);
311 void FormatEntity::Entry::AppendText(const llvm::StringRef &s) { in AppendText() function in FormatEntity::Entry319 void FormatEntity::Entry::AppendText(const char *cstr) { in AppendText() function in FormatEntity::Entry320 return AppendText(llvm::StringRef(cstr)); in AppendText()2171 parent_entry.AppendText(format); in ParseInternal()2178 parent_entry.AppendText(format.substr(0, non_special_chars)); in ParseInternal()2316 parent_entry.AppendText("$"); in ParseInternal()